config_ignore.install 263 B

12345678910111213
  1. <?php
  2. /**
  3. * @file
  4. * Install, update and uninstall functions for the config_ignore module.
  5. */
  6. /**
  7. * Enable the config_filter module.
  8. */
  9. function config_ignore_update_8201() {
  10. \Drupal::getContainer()->get('module_installer')->install(['config_filter']);
  11. }