public Language::isLocked()
Returns whether this language is locked.
bool Whether the language is locked or not.
Overrides LanguageInterface::isLocked
public function isLocked() { return (bool) $this->locked; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Language!Language.php/function/Language::isLocked/8.1.x