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();
Please login to continue.