config.import_transformer

Same name and namespace in other branches
  1. 9 core/core.services.yml \config.import_transformer
  2. 8.9.x core/core.services.yml \config.import_transformer

Class

Drupal\Core\Config\ImportStorageTransformer
2 string references to config.import_transformer
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.
ConfigSync::create in core/modules/config/src/Form/ConfigSync.php
Instantiates a new instance of this class.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Config\ImportStorageTransformer
  2. arguments:
  3. - '@event_dispatcher'
  4. - '@database'
  5. - '@lock'
  6. - '@lock.persistent'

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