MenuLinkContentInterface::isEnabled

public MenuLinkContentInterface::isEnabled()

Returns whether the menu link is marked as enabled.

Return value

bool TRUE if is enabled, otherwise FALSE.

File

core/modules/menu_link_content/src/MenuLinkContentInterface.php, line 64

Class

MenuLinkContentInterface
Defines an interface for custom menu links.

Namespace

Drupal\menu_link_content

Code

public function isEnabled();
doc_Drupal
2016-10-29 09:26:48
Comments
Leave a Comment

Please login to continue.