You are here

public function KeyValueStoreListInterface::set in Key-value Extensions 8

Parameters

float $key:

mixed $value:

1 method overrides KeyValueStoreListInterface::set()
DatabaseStorageList::set in src/KeyValueStore/DatabaseStorageList.php

File

src/KeyValueStore/KeyValueStoreListInterface.php, line 36

Class

KeyValueStoreListInterface

Namespace

Drupal\key_value\KeyValueStore

Code

public function set($key, $value);