You are here

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

Parameters

mixed $value:

Return value

integer

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

File

src/KeyValueStore/KeyValueStoreListInterface.php, line 48

Class

KeyValueStoreListInterface

Namespace

Drupal\key_value\KeyValueStore

Code

public function unshift($value);