Used during saving to detect when the site becomes multilingual.
This property is not saved to the language entity, but is needed for detecting when to rebuild the services.
Type: bool
See also
\Drupal\language\Entity\ConfigurableLanguage::preSave()
\Drupal\language\Entity\ConfigurableLanguage::postSave()
File
- core/modules/language/src/Entity/ConfigurableLanguage.php, line 90
Class
- ConfigurableLanguage
- Defines the ConfigurableLanguage entity.
Namespace
Drupal\language\Entity
Code
protected $preSaveMultilingual;
Please login to continue.