You are here

public function OgMenuInstance::isLocked in Organic Groups Menu (OG Menu) 8

Determines if this menu is locked.

Return value

bool TRUE if the menu is locked, FALSE otherwise.

File

src/Entity/OgMenuInstance.php, line 104
Contains \Drupal\og_menu\Entity\OgMenuInstance.

Class

OgMenuInstance
Defines the OG Menu instance entity.

Namespace

Drupal\og_menu\Entity

Code

public function isLocked() {
}