function MenuInterface::isLocked
Same name in other branches
- 9 core/modules/system/src/MenuInterface.php \Drupal\system\MenuInterface::isLocked()
- 10 core/modules/system/src/MenuInterface.php \Drupal\system\MenuInterface::isLocked()
- 11.x core/modules/system/src/MenuInterface.php \Drupal\system\MenuInterface::isLocked()
Determines if this menu is locked.
Return value
bool TRUE if the menu is locked, FALSE otherwise.
1 method overrides MenuInterface::isLocked()
- Menu::isLocked in core/
modules/ system/ src/ Entity/ Menu.php - Determines if this menu is locked.
File
-
core/
modules/ system/ src/ MenuInterface.php, line 26
Class
- MenuInterface
- Provides an interface defining a menu entity.
Namespace
Drupal\systemCode
public function isLocked();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.