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

Breadcrumb

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

function LanguageInterface::isLocked

Returns whether this language is locked.

Return value

bool Whether the language is locked or not.

2 methods override LanguageInterface::isLocked()
ConfigurableLanguage::isLocked in core/modules/language/src/Entity/ConfigurableLanguage.php
Returns whether this language is locked.
Language::isLocked in core/lib/Drupal/Core/Language/Language.php
Returns whether this language is locked.

File

core/lib/Drupal/Core/Language/LanguageInterface.php, line 156

Class

LanguageInterface
Defines an interface for languages.

Namespace

Drupal\Core\Language

Code

public function isLocked();
RSS feed
Powered by Drupal