public ContentLanguageSettingsInterface::isLanguageAlterable()
Checks if the language is alterable or not.
Return value
bool
File
- core/modules/language/src/ContentLanguageSettingsInterface.php, line 68
Class
- ContentLanguageSettingsInterface
- Provides an interface defining language settings for content entities.
Namespace
Drupal\language
Code
public function isLanguageAlterable();
Please login to continue.