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

1
public function isLocked();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.