You are here

public function StorageInterface::deleteSavedProgress in Checklist API 8

Deletes the saved checklist progress.

2 methods override StorageInterface::deleteSavedProgress()
ConfigStorage::deleteSavedProgress in src/Storage/ConfigStorage.php
Deletes the saved checklist progress.
StateStorage::deleteSavedProgress in src/Storage/StateStorage.php
Deletes the saved checklist progress.

File

src/Storage/StorageInterface.php, line 37

Class

StorageInterface
Provides an interface for checklist storage.

Namespace

Drupal\checklistapi\Storage

Code

public function deleteSavedProgress();