You are here

protected property KeyValueMemoryFactory::$collections in Drupal 8

Same name and namespace in other branches
  1. 9 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 15

Class

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

Namespace

Drupal\Core\KeyValueStore

Code

protected $collections = [];