Search for key
Title | Object type | File name | Summary |
---|---|---|---|
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. |
LayoutBuilderWidget::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/ |
|
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. |
LonelyMonkeyController::testBrokenClass | function | core/ |
|
LonelyMonkeyController::__construct | function | core/ |
|
Mapping::getDefinedKeys | function | core/ |
Gets the keys defined for this mapping (locally defined + inherited). |
Mapping::getDynamicallyValidKeys | function | core/ |
Gets all dynamically valid keys. |
Mapping::getOptionalKeys | function | core/ |
Gets all optional keys in this mapping. |
Mapping::getRequiredKeys | function | core/ |
Gets all required keys in this mapping. |
Mapping::getValidKeys | function | core/ |
Gets all keys allowed in this mapping. |
Mapping::processRequiredKeyFlags | function | core/ |
Validates optional `requiredKey` flags, guarantees one will be set. |
MappingTest::testInvalidMappingKeyDefinition | function | core/ |
@testWith [false, 42, "The mapping definition at `foobar` is invalid: its `invalid` key contains a integer. It must be an array."] [false, 10.2, "The mapping definition at `foobar` is invalid: its `invalid` key contains a double. It… |
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.