You are here

service config.storage in Zircon Profile 8

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

Class

Drupal\Core\Config\CachedStorage
72 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.
BlockStorageUnitTest::deleteTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the deleting of blocks.
ConfigAfterInstallerTestBase::assertInstalledConfig in core/modules/system/src/Tests/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.
ConfigCRUDTest::testCRUD in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests CRUD operations.

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