You are here

function config_selector_modules_uninstalled in Configuration selector 8

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

Implements hook_modules_uninstalled().

File

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

Code

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