Defines the key/value store factory for the database backend.
Hierarchy
- class \Drupal\Core\KeyValueStore\KeyValueDatabaseFactory implements KeyValueFactoryInterface
File
- core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php, line 11
Namespace
Drupal\Core\KeyValueStore
Members
Name | Modifiers | Type | Description |
---|---|---|---|
KeyValueDatabaseFactory::$connection | protected | property | The database connection to use. |
KeyValueDatabaseFactory::$serializer | protected | property | The serialization class to use. |
KeyValueDatabaseFactory::get | public | function | Constructs a new key/value store for a given collection name. Overrides KeyValueFactoryInterface::get |
KeyValueDatabaseFactory::__construct | function | Constructs this factory object. |
Please login to continue.