You are here

public function Menu::isLocked in Colossal Menu 2.x

Same name and namespace in other branches
  1. 8 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 70

Class

Menu
Defines the Menu entity.

Namespace

Drupal\colossal_menu\Entity

Code

public function isLocked() {
  return FALSE;
}