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
1 | protected $collections = array (); |
Please login to continue.