AccessResult::getCacheMaxAge

public AccessResult::getCacheMaxAge()

The maximum age for which this object may be cached.

Return value

int The maximum time in seconds that this object may be cached.

Overrides RefinableCacheableDependencyTrait::getCacheMaxAge

File

core/lib/Drupal/Core/Access/AccessResult.php, line 197

Class

AccessResult
Value object for passing an access result with cacheability metadata.

Namespace

Drupal\Core\Access

Code

public function getCacheMaxAge() {
  return $this->cacheMaxAge;
}
doc_Drupal
2016-10-29 08:42:30
Comments
Leave a Comment

Please login to continue.