function config_selector_module_preuninstall in Configuration selector 8
Same name and namespace in other branches
- 8.2 config_selector.module \config_selector_module_preuninstall()
Implements hook_module_preuninstall().
File
- ./
config_selector.module, line 49 - This is the Configuration Selector module.
Code
function config_selector_module_preuninstall($module) {
\Drupal::service('config_selector')
->setUninstallConfigList($module);
}