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