Defines the key/value store factory for the memory backend.
Hierarchy
- class \Drupal\Core\KeyValueStore\KeyValueMemoryFactory implements KeyValueFactoryInterface
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 |
Please login to continue.