You are here

service config.storage.export in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \config.storage.export

Class

Drupal\Core\Config\ManagedStorage
3 string references to config.storage.export
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.
ConfigExportStorageTest::testExportStorage in core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php
Tests configuration override.
ExcludedModulesEventSubscriberTest::testExcludedModules in core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php
Tests excluding modules from the config export.

File

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

View source
  1. class: Drupal\Core\Config\ManagedStorage
  2. arguments:
  3. - '@config.storage.export.manager'