You are here

public function StorageInterface::getSavedProgress in Checklist API 8

Gets the saved checklist progress.

Return value

mixed The stored value, or NULL if no value exists.

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

File

src/Storage/StorageInterface.php, line 24

Class

StorageInterface
Provides an interface for checklist storage.

Namespace

Drupal\checklistapi\Storage

Code

public function getSavedProgress();