config.storage

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

Class

Drupal\Core\Config\CachedStorage
98 string references to config.storage
AssertConfigEntityImportTrait::assertConfigEntityImport in core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php
Asserts that a config entity can be imported without changing it.
BlockStorageUnitTest::deleteTests in core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
Tests the deleting of blocks.
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
CKEditor5PluginManagerTest::mockModuleInVfs in core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php
Mocks a module providing a CKEditor 5 plugin in VFS.

... 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.