config.storage

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

Class

Drupal\Core\Config\CachedStorage
15 string references to config.storage
CheckpointStorageTest::getConfigImporter in core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testRevertWithCollections in core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
ConfigAfterInstallerTestBase::assertInstalledConfig in core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
Ensures that all the installed config looks like the exported one.
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies in core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
Tests config imports that install and uninstall a theme with dependencies.
ConfigImportUIAjaxTest::testImport in core/modules/config/tests/src/FunctionalJavascript/ConfigImportUIAjaxTest.php
Tests an updated configuration object can be viewed more than once.

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Config\CachedStorage
  2. arguments:
  3. - '@config.storage.active'
  4. - '@cache.config'

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