You are here

public function MenuPositionRuleInterface::getId in Menu Position 8

Returns the ID of the menu position rule.

Return value

int The unique identifier of the menu position rule

1 method overrides MenuPositionRuleInterface::getId()
MenuPositionRule::getId in src/Entity/MenuPositionRule.php
Returns the ID of the menu position rule.

File

src/MenuPositionRuleInterface.php, line 18

Class

MenuPositionRuleInterface
Provides an interface defining a Example entity.

Namespace

Drupal\menu_position

Code

public function getId();