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