function 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.
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 173  
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.