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(); |
Please login to continue.