public 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 70
Class
- Menu
- Defines the Menu configuration entity class.
Namespace
Drupal\system\Entity
Code
public function isLocked() { return (bool) $this->locked; }
Please login to continue.