private static property ConfigSelector::$modulePreinstallTriggered in Configuration selector 8.2
Ensures ::selectConfig() has the correct list of configuration.
Prevents multiple triggers of ::setCurrentConfigList() causing the list of new configuration to be calculated incorrectly.
Records the name of the module that first triggered config_selector_module_preinstall().
Type: string
See also
\Drupal\config_selector\ConfigSelector::setCurrentConfigList()
\Drupal\config_selector\ConfigSelector::selectConfig()
config_selector_module_preinstall()
config_selector_modules_installed()
File
- src/
ConfigSelector.php, line 90
Class
- ConfigSelector
- Selects configuration to enable after a module install or uninstall.
Namespace
Drupal\config_selectorCode
private static $modulePreinstallTriggered;