function MenuLinkContentInterface::isEnabled
Same name in other branches
- 9 core/modules/menu_link_content/src/MenuLinkContentInterface.php \Drupal\menu_link_content\MenuLinkContentInterface::isEnabled()
- 10 core/modules/menu_link_content/src/MenuLinkContentInterface.php \Drupal\menu_link_content\MenuLinkContentInterface::isEnabled()
- 11.x core/modules/menu_link_content/src/MenuLinkContentInterface.php \Drupal\menu_link_content\MenuLinkContentInterface::isEnabled()
Returns whether the menu link is marked as enabled.
Return value
bool TRUE if is enabled, otherwise FALSE.
1 method overrides MenuLinkContentInterface::isEnabled()
- MenuLinkContent::isEnabled in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Returns whether the menu link is marked as enabled.
File
-
core/
modules/ menu_link_content/ src/ MenuLinkContentInterface.php, line 66
Class
- MenuLinkContentInterface
- Defines an interface for custom menu links.
Namespace
Drupal\menu_link_contentCode
public function isEnabled();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.