function MenuLinkBase::getMenuName
Returns the menu name of the menu link.
Return value
string The menu name of the menu link.
Overrides MenuLinkInterface::getMenuName
File
-
core/
lib/ Drupal/ Core/ Menu/ MenuLinkBase.php, line 38
Class
- MenuLinkBase
- Defines a base menu link class.
Namespace
Drupal\Core\MenuCode
public function getMenuName() {
return $this->pluginDefinition['menu_name'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.