config.storage.checkpoint
Same name and namespace in other branches
- 10 core/core.services.yml \config.storage.checkpoint
Class
Drupal\Core\Config\Checkpoint\CheckpointStorage8 string references to config.storage.checkpoint
- CheckpointStorageTest::testConfigCreate in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - Tests the create operation of checkpoint storage.
- CheckpointStorageTest::testConfigDelete in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - Tests the delete operation of checkpoint storage.
- CheckpointStorageTest::testConfigRename in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - Tests the rename operation of checkpoint storage.
- CheckpointStorageTest::testConfigSaveAndRead in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - Tests the save and read operations of checkpoint storage.
- CheckpointStorageTest::testRevert in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - Tests the revert operation of checkpoint storage.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Config\Checkpoint\CheckpointStorage
- arguments:
- - '@config.storage'
- - '@config.checkpoints'
- - '@keyvalue'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.