W3cubDocs

/Drupal 8

public function KeyValueExpirableFactoryInterface::get

public KeyValueExpirableFactoryInterface::get($collection)

Constructs a new expirable key/value store for a given collection name.

Parameters

string $collection: The name of the collection holding key and value pairs.

Return value

\Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface An expirable key/value store implementation for the given $collection.

File

core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactoryInterface.php, line 19

Class

KeyValueExpirableFactoryInterface
Defines the expirable key/value store factory interface.

Namespace

Drupal\Core\KeyValueStore

Code

public function get($collection);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!KeyValueStore!KeyValueExpirableFactoryInterface.php/function/KeyValueExpirableFactoryInterface::get/8.1.x