public function MenuPositionRule::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.
Overrides MenuPositionRuleInterface::getLabel
File
- src/
Entity/ MenuPositionRule.php, line 134
Class
- MenuPositionRule
- Defines the MenuPositionRule entity.
Namespace
Drupal\menu_position\EntityCode
public function getLabel() {
return $this->label;
}