You are here

function config_ignore_update_8201 in Config Ignore 8.2

Same name and namespace in other branches
  1. 8.3 config_ignore.install \config_ignore_update_8201()

Enable the config_filter module.

File

./config_ignore.install, line 11
Install, update and uninstall functions for the config_ignore module.

Code

function config_ignore_update_8201() {
  \Drupal::getContainer()
    ->get('module_installer')
    ->install([
    'config_filter',
  ]);
}