public ContentLanguageSettingsInterface::setLanguageAlterable($language_alterable)
Sets if the language must be alterable or not.
Parameters
bool $language_alterable: Flag indicating if the language must be alterable.
Return value
$this
File
- core/modules/language/src/ContentLanguageSettingsInterface.php, line 61
Class
- ContentLanguageSettingsInterface
- Provides an interface defining language settings for content entities.
Namespace
Drupal\language
Code
public function setLanguageAlterable($language_alterable);
Please login to continue.