You are here

public function MenuPositionRuleInterface::setLabel in Menu Position 8

Sets the administrative title of the menu position rule.

Parameters

string $label: The administrative title of the menu position rule.

1 method overrides MenuPositionRuleInterface::setLabel()
MenuPositionRule::setLabel in src/Entity/MenuPositionRule.php
Sets the administrative title of the menu position rule.

File

src/MenuPositionRuleInterface.php, line 82

Class

MenuPositionRuleInterface
Provides an interface defining a Example entity.

Namespace

Drupal\menu_position

Code

public function setLabel($label);