You are here

public function StorageInterface::setSavedProgress in Checklist API 8

Sets the saved checklist progress.

Parameters

array $progress: An array of checklist progress data as built by ChecklistapiChecklist.

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

File

src/Storage/StorageInterface.php, line 32

Class

StorageInterface
Provides an interface for checklist storage.

Namespace

Drupal\checklistapi\Storage

Code

public function setSavedProgress(array $progress);