config.checkpoints

Class

Drupal\Core\Config\Checkpoint\LinearHistory
3 string references to config.checkpoints
RecipeCommandTest::assertCheckpointsExist in core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
Asserts that the current set of checkpoints matches the given labels.
RollbackTest::assertCheckpointsExist in core/tests/Drupal/KernelTests/Core/Recipe/RollbackTest.php
Asserts that the current set of checkpoints matches the given labels.
RollbackTest::assertCheckpointsExist in core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php
Asserts that the current set of checkpoints matches the given labels.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Config\Checkpoint\LinearHistory
  2. arguments:
  3. - '@state'
  4. - '@datetime.time'

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