function FormattedDateDiff::getCacheMaxAge

Overrides UnchangingCacheableDependencyTrait::getCacheMaxAge

1 call to FormattedDateDiff::getCacheMaxAge()
FormattedDateDiff::getMaxAge in core/lib/Drupal/Core/Datetime/FormattedDateDiff.php
The maximum age for which this object may be cached.

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.