function MenuLinkBase::getCacheMaxAge
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Menu/MenuLinkBase.php \Drupal\Core\Menu\MenuLinkBase::getCacheMaxAge()
- 8.9.x core/lib/Drupal/Core/Menu/MenuLinkBase.php \Drupal\Core\Menu\MenuLinkBase::getCacheMaxAge()
- 11.x core/lib/Drupal/Core/Menu/MenuLinkBase.php \Drupal\Core\Menu\MenuLinkBase::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. An object may be cached permanently by returning \Drupal\Core\Cache\Cache::PERMANENT.
Overrides CacheableDependencyInterface::getCacheMaxAge
2 methods override MenuLinkBase::getCacheMaxAge()
- InaccessibleMenuLink::getCacheMaxAge in core/
lib/ Drupal/ Core/ Menu/ InaccessibleMenuLink.php - The maximum age for which this object may be cached.
- MenuLinkMock::getCacheMaxAge in core/
tests/ Drupal/ Tests/ Core/ Menu/ MenuLinkMock.php - The maximum age for which this object may be cached.
File
-
core/
lib/ Drupal/ Core/ Menu/ MenuLinkBase.php, line 215
Class
- MenuLinkBase
- Defines a base menu link class.
Namespace
Drupal\Core\MenuCode
public function getCacheMaxAge() {
return Cache::PERMANENT;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.