You are here

service config_sync.merged_storage in Configuration Synchronizer 8

Class

Drupal\Core\Config\DatabaseStorage

Tags

  • backend_overridable
2 string references to config_sync.merged_storage
ConfigSyncController::create in src/Controller/ConfigSyncController.php
Instantiates a new instance of this class.
ConfigSyncImport::create in src/Form/ConfigSyncImport.php
Instantiates a new instance of this class.

File

./config_sync.services.yml
config_sync.services.yml

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