config.storage.checkpoint

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

Class

Drupal\Core\Config\Checkpoint\CheckpointStorage
8 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.

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Config\Checkpoint\CheckpointStorage
  2. arguments:
  3. - '@config.storage'
  4. - '@config.checkpoints'
  5. - '@keyvalue'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.