function MenuLinkContent::isEnabled
Returns whether the menu link is marked as enabled.
Return value
bool TRUE if is enabled, otherwise FALSE.
Overrides MenuLinkContentInterface::isEnabled
1 call to MenuLinkContent::isEnabled()
- MenuLinkContent::getPluginDefinition in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Builds up the menu link plugin definition for this entity.
File
-
core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php, line 129
Class
- MenuLinkContent
- Defines the menu link content entity class.
Namespace
Drupal\menu_link_content\EntityCode
public function isEnabled() {
return (bool) $this->get('enabled')->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.