Search for key
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| KeyvalueTestHooks | class | core/ |
Hook implementations for keyvalue_test. |
| KeyvalueTestHooks.php | file | core/ |
|
| KeyvalueTestHooks::entityTypeAlter | function | core/ |
Implements hook_entity_type_alter(). |
| keyvalue_test.info.yml | file | core/ |
core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml |
| LanguageListBuilder::$entitiesKey | property | core/ |
The key to use for the form element containing the entities. |
| LanguageNegotiationInfoTest::keysValuesSet | function | core/ |
Sets key/value pairs for language_test module. |
| LayoutBuilder::layoutBuilderElementGetKeys | function | core/ |
Form element #process callback. |
| LayoutTempstoreRepository::getKey | function | core/ |
Gets the string to use as the tempstore key. |
| LinearHistory::CHECKPOINT_KEY | constant | core/ |
The store of all the checkpoint names in state. |
| LinearHistoryTest::CHECKPOINT_KEY | constant | core/ |
The key used store of all the checkpoint names in state. |
| LinkCollection::hasLinkWithKey | function | core/ |
Whether a link with the given key exists. |
| LinkCollection::validKey | function | core/ |
Ensures that a link key is valid. |
| LinkCollectionNormalizer::LINK_KEY | constant | core/ |
The normalizer $context key name for the key of an individual link. |
| ListStringItem::processAllowedValuesKey | function | core/ |
Sets the machine name source to be the label. |
| LocaleProjectStorage::$keyValueStore | property | core/ |
The key value store to use. |
| LocaleProjectStorageTest::$keyValueMemoryFactory | property | core/ |
The key value memory factory. |
| LockFileValidator::$keyValue | property | core/ |
The key-value store. |
| LockFileValidator::KEY | constant | core/ |
The key under which to store the hash of the active lock file. |
| Log::$connectionKey | property | core/ |
The connection key for which this object is logging. |
| LoggingTest::testGetLoggingWrongKey | function | core/ |
Tests that getLog with a wrong key return an empty array. |
| LonelyMonkeyClass | class | core/ |
A class with a single dependency. |
| LonelyMonkeyClass.php | file | core/ |
|
| LonelyMonkeyClass::$connection | property | core/ |
The database connection. |
| LonelyMonkeyClass::__construct | function | core/ |
|
| LonelyMonkeyController | class | core/ |
Provides a controller which calls out to a service with missing dependencies. |
| LonelyMonkeyController.php | file | core/ |
|
| LonelyMonkeyController::$class | property | core/ |
The lonely monkey class. |
| LonelyMonkeyController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.