Commanding Chaos for Coworking, Open Source and Creative Communities

Configuration override system | Drupal.org

Wed, 11/09/2016 - 18:13 -- rprice

Drupal 8's configuration system handles configuration in a unified manner. By default, Drupal stores configuration data in the database, but it can be exported to YAML files, allowing the configuration to be managed by version control. There are cases however when configuration values need to be overridden for specific purposes. Drupal 7 had the global $conf variable that was usually populated in settings.php with conditional override values for configuration. A big drawback of that system was that the overrides crept into actual configuration. When a configuration form that contained overridden values was saved, the conditional override got into the actual configuration storage.

Drupal 8 introduces a configuration override system that maintains these overrides as temporary layers on top of the standard configuration values, does not use them for configuration forms and can even store them possibly with the other configuration files for staging and version control support (in case of