function ContentLanguageSettings::isLanguageAlterable

Checks if the language is alterable or not.

Return value

bool

Overrides ContentLanguageSettingsInterface::isLanguageAlterable

File

core/modules/language/src/Entity/ContentLanguageSettings.php, line 164

Class

ContentLanguageSettings
Defines the ContentLanguageSettings entity.

Namespace

Drupal\language\Entity

Code

public function isLanguageAlterable() {
  return $this->language_alterable;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.