Indicates if the language is alterable or not.
Type: bool
File
- core/modules/language/src/Entity/ContentLanguageSettings.php, line 60
Class
- ContentLanguageSettings
- Defines the ContentLanguageSettings entity.
Namespace
Drupal\language\Entity
Code
1 | protected $language_alterable = FALSE; |
Please login to continue.