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\LanguageCode
public function isLocked();