public MenuLinkContentInterface::isExpanded()
Returns whether the menu link is marked as always expanded.
Return value
bool TRUE for expanded, FALSE otherwise.
File
- core/modules/menu_link_content/src/MenuLinkContentInterface.php, line 72
Class
- MenuLinkContentInterface
- Defines an interface for custom menu links.
Namespace
Drupal\menu_link_content
Code
public function isExpanded();
Please login to continue.