Search for key
| Title | Object type | File name | Summary |
|---|---|---|---|
| KeyValueEntityStorageTest::testCreateWithPredefinedUuid | function | core/ |
@covers ::create[[api-linebreak]] @covers ::doCreate[[api-linebreak]] |
| KeyValueEntityStorageTest::testDelete | function | core/ |
@covers ::delete[[api-linebreak]] @covers ::doDelete[[api-linebreak]] |
| KeyValueEntityStorageTest::testDeleteNothing | function | core/ |
@covers ::delete[[api-linebreak]] @covers ::doDelete[[api-linebreak]] |
| KeyValueEntityStorageTest::testDeleteRevision | function | core/ |
@covers ::deleteRevision[[api-linebreak]] @group legacy |
| KeyValueEntityStorageTest::testLoad | function | core/ |
@covers ::load[[api-linebreak]] @covers ::postLoad[[api-linebreak]] |
| KeyValueEntityStorageTest::testLoadMissingEntity | function | core/ |
@covers ::load[[api-linebreak]] |
| KeyValueEntityStorageTest::testLoadMultipleAll | function | core/ |
@covers ::loadMultiple[[api-linebreak]] @covers ::postLoad[[api-linebreak]] @covers ::mapFromStorageRecords[[api-linebreak]] @covers ::doLoadMultiple[[api-linebreak]] |
| KeyValueEntityStorageTest::testLoadMultipleIds | function | core/ |
@covers ::loadMultiple[[api-linebreak]] @covers ::postLoad[[api-linebreak]] @covers ::mapFromStorageRecords[[api-linebreak]] @covers ::doLoadMultiple[[api-linebreak]] |
| KeyValueEntityStorageTest::testLoadRevision | function | core/ |
@covers ::loadRevision[[api-linebreak]] @group legacy |
| KeyValueEntityStorageTest::testSaveConfigEntity | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| KeyValueEntityStorageTest::testSaveContentEntity | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| KeyValueEntityStorageTest::testSaveDuplicate | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| KeyValueEntityStorageTest::testSaveInsert | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| KeyValueEntityStorageTest::testSaveInvalid | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| KeyValueEntityStorageTest::testSaveRenameConfigEntity | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| KeyValueEntityStorageTest::testSaveUpdate | function | core/ |
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]] |
| KeyValueExpirableFactory | class | core/ |
Defines the key/value store factory. |
| 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. |
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.