You are here

service config.storage in Drupal 8

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

Class

Drupal\Core\Config\CachedStorage
90 string references to config.storage
AssertConfigEntityImportTrait::assertConfigEntityImport in core/modules/config/src/Tests/AssertConfigEntityImportTrait.php
Asserts that a config entity can be imported without changing it.
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.
ConfigAfterInstallerTestBase::assertInstalledConfig in core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
Ensures that all the installed config looks like the exported one.
ConfigAfterInstallerTestBase::assertInstalledConfig in core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php
Ensures that all the installed config looks like the exported one.

... See full list

File

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

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