You are here

function config_split_update_8001 in Configuration Split 8

Same name and namespace in other branches
  1. 2.0.x config_split.install \config_split_update_8001()

Enable the config_filter module.

File

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

Code

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