You are here

protected property KeyValueMemoryFactory::$collections in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php \Drupal\Core\KeyValueStore\KeyValueMemoryFactory::collections

An array of keyvalue collections that are stored in memory.

Type: array

File

core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php, line 20
Contains \Drupal\Core\KeyValueStore\KeyValueMemoryFactory.

Class

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

Namespace

Drupal\Core\KeyValueStore

Code

protected $collections = array();