Config Filter
Categories
Component ID
2851884
Component name
Config Filter
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
137933
Component created
Component changed
Component body
Introduction
Modules such as Config Split want to modify the configuration when it is synchronized between the database and the exported yaml files.
This module provides the API to do so but does not influence a sites operation.
How it works
Configuration Filter swaps the config.storage.sync service from Drupal 8 core.
The new service wraps the file storage and applies filters to it.
This allows other modules to change the configuration as it gets imported or exported both in the Drupal UI and with drush. (drupal console patch pending)
