You are here

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\Entity

Code

public function getLabel() {
  return $this->label;
}