class KeyValueMemoryFactory

Defines the key/value store factory for the memory backend.

Hierarchy

File

core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php, line 8

Namespace

Drupal\Core\KeyValueStore

Members

Name Modifiers Type Description
KeyValueMemoryFactory::$collections protected property An array of keyvalue collections that are stored in memory.
KeyValueMemoryFactory::get public function Constructs a new key/value store for a given collection name. Overrides KeyValueFactoryInterface::get

© 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!KeyValueMemoryFactory.php/class/KeyValueMemoryFactory/8.1.x