config.storage

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

Class

Drupal\Core\Config\CachedStorage
86 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.
CKEditor5PluginManagerTest::mockModuleInVfs in core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php
Mocks a module providing a CKEditor 5 plugin in VFS.
ConfigAfterInstallerTestBase::assertInstalledConfig in core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
Ensures that all the installed config looks like the exported one.
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.

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