public function LanguageInterface::isLocked in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::isLocked()
- 10 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\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 154
Class
- LanguageInterface
- Defines a language.
Namespace
Drupal\Core\LanguageCode
public function isLocked();