Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Menu.php
function Menu::isLocked
Overrides
MenuInterface::isLocked
File
core/
modules/
system/
src/
Entity/
Menu.php
, line 82
Class
Menu
Defines the Menu configuration entity class.
Namespace
Drupal\system\Entity
Code
public
function
isLocked
() {
return
(
bool
)
$this
->
locked
; }
RSS feed