MenuLinkBase::getCacheMaxAge

public 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

File

core/lib/Drupal/Core/Menu/MenuLinkBase.php, line 173

Class

MenuLinkBase
Defines a base menu link class.

Namespace

Drupal\Core\Menu

Code

public function getCacheMaxAge() {
  return Cache::PERMANENT;
}
doc_Drupal
2016-10-29 09:26:22
Comments
Leave a Comment

Please login to continue.