config.storage

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

Class

Drupal\Core\Config\CachedStorage
46 string references to config.storage
BlockStorageUnitTest::deleteTests in core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
Tests the deleting of blocks.
ConfigAfterInstallerTestBase::assertInstalledConfig in core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
Ensures that all the installed config looks like the exported one.
ConfigCRUDTest::testCRUD in core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php
Tests CRUD operations.
ConfigDiffTest::testCollectionDiff in core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php
Tests calculating the difference between two sets of config collections.
ConfigDiffTest::testDiff in core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.

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