class KeyValueFactory

Defines the key/value store factory.

Hierarchy

Expanded class hierarchy of KeyValueFactory

2 files declare their use of KeyValueFactory
1 string reference to 'KeyValueFactory'
1 service uses KeyValueFactory

File

drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php, line 14
Contains Drupal\Core\KeyValueStore\KeyValueFactory.

Namespace

Drupal\Core\KeyValueStore
View source

Members

Namesort descending Modifiers Type Description Overrides
KeyValueFactory::$container protected property var \Symfony\Component\DependencyInjection\ContainerInterface
KeyValueFactory::$stores protected property Instantiated stores, keyed by collection name.
KeyValueFactory::get public function Constructs a new key/value store for a given collection name. 1
KeyValueFactory::__construct function