MenuInterface::isLocked

public MenuInterface::isLocked()

Determines if this menu is locked.

Return value

bool TRUE if the menu is locked, FALSE otherwise.

File

core/modules/system/src/MenuInterface.php, line 26

Class

MenuInterface
Provides an interface defining a menu entity.

Namespace

Drupal\system

Code

public function isLocked();
doc_Drupal
2016-10-29 09:26:20
Comments
Leave a Comment

Please login to continue.