You are here

service config.storage.sync in Drupal 9

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

Class

Drupal\Core\Config\FileStorage
70 string references to config.storage.sync
AssertConfigEntityImportTrait::assertConfigEntityImport in core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php
Asserts that a config entity can be imported without changing it.
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.
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.
ConfigEntityImportTest::testConfigUpdateImport in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Runs test methods for each module within a single test run.

... See full list

File

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

View source
  1. class: Drupal\Core\Config\FileStorage
  2. factory: 'Drupal\Core\Config\FileStorageFactory::getSync'