public function MenuPositionRuleInterface::getLabel in Menu Position 8
Returns the administrative title of the menu position rule.
Return value
string The administrative title of the menu position rule.
1 method overrides MenuPositionRuleInterface::getLabel()
- MenuPositionRule::getLabel in src/
Entity/ MenuPositionRule.php - Returns the administrative title of the menu position rule.
File
- src/
MenuPositionRuleInterface.php, line 26
Class
- MenuPositionRuleInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\menu_positionCode
public function getLabel();