service config.storage.sync in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \config.storage.sync
- 9 core/core.services.yml \config.storage.sync
Class
Drupal\Core\Config\FileStorage77 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::assertConfigUpdateImport in core/
modules/ system/ tests/ src/ Kernel/ Entity/ ConfigEntityImportTest.php - Asserts that config entities are updated during import.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Config\FileStorage
- factory: 'Drupal\Core\Config\FileStorageFactory::getSync'