You are here

function config_selector_modules_uninstalled in Configuration selector 8.2

Same name and namespace in other branches
  1. 8 config_selector.module \config_selector_modules_uninstalled()

Implements hook_modules_uninstalled().

File

./config_selector.module, line 57
This is the Configuration Selector module.

Code

function config_selector_modules_uninstalled($modules) {
  \Drupal::service('config_selector')
    ->selectConfigOnUninstall();
}