MenuLinkBase::isResettable

public MenuLinkBase::isResettable()

Returns whether this link can be reset.

In general, only links that store overrides using the menu_link.static.overrides service should return TRUE for this method.

Return value

bool TRUE if it can be reset, FALSE otherwise.

Overrides MenuLinkInterface::isResettable

File

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

Class

MenuLinkBase
Defines a base menu link class.

Namespace

Drupal\Core\Menu

Code

public function isResettable() {
  return FALSE;
}
doc_Drupal
2016-10-29 09:26:26
Comments
Leave a Comment

Please login to continue.