Search for key
Title | Object type | File name | Summary |
---|---|---|---|
KeyValueExpirableFactory.php | file | core/ |
|
KeyValueExpirableFactory::DEFAULT_SERVICE | constant | core/ |
The default service id. |
KeyValueExpirableFactory::DEFAULT_SETTING | constant | core/ |
The default setting name. |
KeyValueExpirableFactory::SPECIFIC_PREFIX | constant | core/ |
The specific setting name prefix. |
KeyValueExpirableFactoryInterface | interface | core/ |
Defines the expirable key/value store factory interface. |
KeyValueExpirableFactoryInterface.php | file | core/ |
|
KeyValueExpirableFactoryInterface::get | function | core/ |
Constructs a new expirable key/value store for a given collection name. |
KeyValueFactory | class | core/ |
Defines the key/value store factory. |
KeyValueFactory.php | file | core/ |
|
KeyValueFactory::$container | property | core/ |
The service container. |
KeyValueFactory::$options | property | core/ |
Collection-specific storage override options. |
KeyValueFactory::$stores | property | core/ |
Instantiated stores, keyed by collection name. |
KeyValueFactory::DEFAULT_SERVICE | constant | core/ |
The default service id. |
KeyValueFactory::DEFAULT_SETTING | constant | core/ |
The default setting name. |
KeyValueFactory::get | function | core/ |
Constructs a new key/value store for a given collection name. |
KeyValueFactory::SPECIFIC_PREFIX | constant | core/ |
The specific setting name prefix. |
KeyValueFactory::__construct | function | core/ |
|
KeyValueFactoryInterface | interface | core/ |
Defines the key/value store factory interface. |
KeyValueFactoryInterface.php | file | core/ |
|
KeyValueFactoryInterface::get | function | core/ |
Constructs a new key/value store for a given collection name. |
KeyValueMemoryFactory | class | core/ |
Defines the key/value store factory for the memory backend. |
KeyValueMemoryFactory.php | file | core/ |
|
KeyValueMemoryFactory::$collections | property | core/ |
An array of keyvalue collections that are stored in memory. |
KeyValueMemoryFactory::get | function | core/ |
Constructs a new key/value store for a given collection name. |
KeyValueNullExpirableFactory | class | core/ |
Defines the key/value store factory for the null backend. |
KeyValueNullExpirableFactory.php | file | core/ |
|
KeyValueNullExpirableFactory::get | function | core/ |
Constructs a new expirable key/value store for a given collection name. |
KeyValueStoreExpirableInterface | interface | core/ |
Defines the interface for expiring data in a key/value store. |
KeyValueStoreExpirableInterface.php | file | core/ |
|
KeyValueStoreExpirableInterface::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
KeyValueStoreExpirableInterface::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
KeyValueStoreExpirableInterface::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
KeyValueStoreInterface | interface | core/ |
Defines the interface for key/value store implementations. |
KeyValueStoreInterface.php | file | core/ |
|
KeyValueStoreInterface::delete | function | core/ |
Deletes an item from the key/value store. |
KeyValueStoreInterface::deleteAll | function | core/ |
Deletes all items from the key/value store. |
KeyValueStoreInterface::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
KeyValueStoreInterface::get | function | core/ |
Returns the stored value for a given key. |
KeyValueStoreInterface::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
KeyValueStoreInterface::getCollectionName | function | core/ |
Returns the name of this collection. |
KeyValueStoreInterface::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
KeyValueStoreInterface::has | function | core/ |
Returns whether a given key exists in the store. |
KeyValueStoreInterface::rename | function | core/ |
Renames a key. |
KeyValueStoreInterface::set | function | core/ |
Saves a value for a given key. |
KeyValueStoreInterface::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
KeyValueStoreInterface::setMultiple | function | core/ |
Saves key/value pairs. |
keyvalue_test.info.yml | file | core/ |
core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml |
keyvalue_test.module | file | core/ |
Sets up the key value entity storage. |
keyvalue_test_entity_type_alter | function | core/ |
Implements hook_entity_type_alter(). |
LanguageListBuilder::$entitiesKey | property | core/ |
The key to use for the form element containing the entities. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.