You are here

service config.import_transformer in Drupal 10

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

Class

Drupal\Core\Config\ImportStorageTransformer
5 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.
ExcludedModulesEventSubscriberTest::testExcludedModules in core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php
Tests excluding modules from the config export.
ImportStorageTransformerTest::testTransform in core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
Tests the import transformation.
ImportStorageTransformerTest::testTransformWhileImporting in core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
Tests the import transformer during a running config import.

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'