You are here

protected property KeyValueFactory::$stores in MongoDB 8.2

A static cache for the stores.

Type: \Drupal\mongodb_storage\KeyValueStore[]

File

modules/mongodb_storage/src/KeyValueFactory.php, line 29

Class

KeyValueFactory
Class KeyValueFactory builds KeyValue stores as MongoDB collections.

Namespace

Drupal\mongodb_storage

Code

protected $stores = [];