public ConfigurableLanguage::isLocked()
Returns whether this language is locked.
Return value
bool Whether the language is locked or not.
Overrides LanguageInterface::isLocked
File
- core/modules/language/src/Entity/ConfigurableLanguage.php, line 102
Class
- ConfigurableLanguage
- Defines the ConfigurableLanguage entity.
Namespace
Drupal\language\Entity
Code
public function isLocked() { return (bool) $this->locked; }
Please login to continue.