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