You are here

public function KeyValueListFactoryInterface::get in Key-value Extensions 8

Parameters

string $collection:

Return value

\Drupal\key_value\KeyValueStore\KeyValueStoreListInterface

1 method overrides KeyValueListFactoryInterface::get()
KeyValueDatabaseListFactory::get in src/KeyValueStore/KeyValueDatabaseListFactory.php

File

src/KeyValueStore/KeyValueListFactoryInterface.php, line 15

Class

KeyValueListFactoryInterface
Defines the expirable key/value store factory interface.

Namespace

Drupal\key_value\KeyValueStore

Code

public function get($collection);