function FormattedDateDiff::getCacheMaxAge

Overrides UnchangingCacheableDependencyTrait::getCacheMaxAge

File

core/lib/Drupal/Core/Datetime/FormattedDateDiff.php, line 56

Class

FormattedDateDiff
Contains a formatted time difference.

Namespace

Drupal\Core\Datetime

Code

public function getCacheMaxAge() {
  return $this->maxAge;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.