Defines the key/value store factory interface.
Hierarchy
- interface \Drupal\Core\KeyValueStore\KeyValueFactoryInterface
File
- core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php, line 8
Namespace
Drupal\Core\KeyValueStore
Members
Name | Modifiers | Type | Description |
---|---|---|---|
KeyValueFactoryInterface::get | public | function | Constructs a new key/value store for a given collection name. |
Please login to continue.