You are here

public function StorageInterface::setChecklistId in Checklist API 8

Sets the checklist ID.

Parameters

string $id: The checklist ID.

1 method overrides StorageInterface::setChecklistId()
StorageBase::setChecklistId in src/Storage/StorageBase.php
Sets the checklist ID.

File

src/Storage/StorageInterface.php, line 16

Class

StorageInterface
Provides an interface for checklist storage.

Namespace

Drupal\checklistapi\Storage

Code

public function setChecklistId($id);