You are here

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

Parameters

mixed $value:

Return value

null

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

File

src/KeyValueStore/KeyValueStoreListInterface.php, line 23

Class

KeyValueStoreListInterface

Namespace

Drupal\key_value\KeyValueStore

Code

public function push($value);