function MenuLinkBase::isEnabled
Returns whether the menu link is enabled (not hidden).
Return value
bool TRUE for enabled, FALSE otherwise.
Overrides MenuLinkInterface::isEnabled
File
- 
              core/lib/ Drupal/ Core/ Menu/ MenuLinkBase.php, line 59 
Class
- MenuLinkBase
- Defines a base menu link class.
Namespace
Drupal\Core\MenuCode
public function isEnabled() {
  return (bool) $this->pluginDefinition['enabled'];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
