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; }
Please login to continue.