service config.import_transformer in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \config.import_transformer
- 9 core/core.services.yml \config.import_transformer
Class
Drupal\Core\Config\ImportStorageTransformer5 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
- class: Drupal\Core\Config\ImportStorageTransformer
- arguments:
- - '@event_dispatcher'
- - '@database'
- - '@lock'
- - '@lock.persistent'