function CheckpointListInterface::deleteAll

Deletes all checkpoints.

Return value

$this

1 method overrides CheckpointListInterface::deleteAll()
LinearHistory::deleteAll in core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php
Deletes all checkpoints.

File

core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php, line 86

Class

CheckpointListInterface
Maintains a list of checkpoints.

Namespace

Drupal\Core\Config\Checkpoint

Code

public function deleteAll() : static;

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