public LanguageInterface::isLocked()
Returns whether this language is locked.
Return value
bool Whether the language is locked or not.
File
- core/lib/Drupal/Core/Language/LanguageInterface.php, line 147
Class
- LanguageInterface
- Defines a language.
Namespace
Drupal\Core\Language
Code
public function isLocked();
Please login to continue.