You are here

namespace Drupal\service_container\KeyValueStore in Service Container 7.2

Same name in other branches
  1. 7 Drupal\service_container\KeyValueStore
Classsort descending Location Description
DatabaseStorageExpirable src/KeyValueStore/DatabaseStorageExpirable.php Overrides the KV store from Drupal to call MergeQuery::key instead of ::keys.
KeyValueDatabaseExpirableFactory src/KeyValueStore/KeyValueDatabaseExpirableFactory.php @codeCoverageIgnore
KeyValueExpirableFactory src/KeyValueStore/KeyValueExpirableFactory.php Defines the key/value store factory.
KeyValueFactory src/KeyValueStore/KeyValueFactory.php Overrides the core KV factory to use the 'service_container' container.