public function CustomLanguage::isLocked in Custom Language field 8
Returns whether this language is locked.
Return value
bool Whether the language is locked or not.
Overrides LanguageInterface::isLocked
File
- src/
Entity/ CustomLanguage.php, line 86
Class
- CustomLanguage
- Defines the CustomLanguage entity.
Namespace
Drupal\languagefield\EntityCode
public function isLocked() {
return (bool) FALSE;
}