config.storage.active

Same name in other branches
  1. 9 core/core.services.yml \config.storage.active
  2. 8.9.x core/core.services.yml \config.storage.active

Class

Drupal\Core\Config\DatabaseStorage

Tags

  • backend_overridable

File

core/core.services.yml

View source
  1. class: Drupal\Core\Config\DatabaseStorage
  2. arguments:
  3. - '@database'
  4. - config
  5. public: false
  6. tags:
  7. - { name: backend_overridable }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.