public function Menu::isLocked in Colossal Menu 8
Same name and namespace in other branches
- 2.x src/Entity/Menu.php \Drupal\colossal_menu\Entity\Menu::isLocked()
Determines if this menu is locked.
Return value
bool TRUE if the menu is locked, FALSE otherwise.
Overrides MenuInterface::isLocked
File
- src/
Entity/ Menu.php, line 66
Class
- Menu
- Defines the Menu entity.
Namespace
Drupal\colossal_menu\EntityCode
public function isLocked() {
return FALSE;
}