function Menu::isLocked
Determines if this menu is locked.
Return value
bool TRUE if the menu is locked, FALSE otherwise.
Overrides MenuInterface::isLocked
File
-
core/
modules/ system/ src/ Entity/ Menu.php, line 79
Class
- Menu
- Defines the Menu configuration entity class.
Namespace
Drupal\system\EntityCode
public function isLocked() {
return (bool) $this->locked;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.