config_split.install in Configuration Split 8
Same filename and directory in other branches
Install, update and uninstall functions for the config_split module.
File
config_split.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the config_split module.
*/
/**
* Enable the config_filter module.
*/
function config_split_update_8001() {
\Drupal::getContainer()
->get('module_installer')
->install([
'config_filter',
]);
}
Functions
Name | Description |
---|---|
config_split_update_8001 | Enable the config_filter module. |