You are here

service config.import_transformer in Drupal 8

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

Class

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

File

core/core.services.yml
core/core.services.yml

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