Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MenuInterface.php

function MenuInterface::isLocked

Determines if this menu is locked.

Return value

bool TRUE if the menu is locked, FALSE otherwise.

1 method overrides MenuInterface::isLocked()
Menu::isLocked in core/modules/system/src/Entity/Menu.php
Determines if this menu is locked.

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();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal