Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseStorageExpirable::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
DatabaseStorageExpirable::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
DatabaseStorageExpirable::has | function | core/ |
Returns whether a given key exists in the store. |
DatabaseStorageExpirable::schemaDefinition | function | core/ |
Defines the schema for the key_value_expire table. |
DatabaseStorageExpirable::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
DatabaseStorageExpirable::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
DatabaseStorageExpirable::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
DatabaseStorageExpirable::__construct | function | core/ |
Overrides Drupal\Core\KeyValueStore\StorageBase::__construct(). |
DatabaseStorageExpirableTest | class | core/ |
Tests the key-value database storage. |
DatabaseStorageExpirableTest.php | file | core/ |
|
DatabaseStorageExpirableTest::$modules | property | core/ |
Modules to enable. |
DatabaseStorageExpirableTest::register | function | core/ |
Registers test-specific services. |
DatabaseStorageExpirableTest::setUp | function | core/ |
|
DatabaseStorageExpirableTest::testCRUDWithExpiration | function | core/ |
Tests CRUD functionality with expiration. |
DatabaseStorageExpirableTest::testExpiration | function | core/ |
Tests data expiration. |
DatabaseStorageTest | class | core/ |
Tests the key-value database storage. |
DatabaseStorageTest | class | core/ |
Tests DatabaseStorage operations. |
DatabaseStorageTest.php | file | core/ |
|
DatabaseStorageTest.php | file | core/ |
|
DatabaseStorageTest::delete | function | core/ |
|
DatabaseStorageTest::insert | function | core/ |
|
DatabaseStorageTest::read | function | core/ |
|
DatabaseStorageTest::register | function | core/ |
Registers test-specific services. |
DatabaseStorageTest::setUp | function | core/ |
|
DatabaseStorageTest::setUp | function | core/ |
|
DatabaseStorageTest::testConcurrent | function | core/ |
Tests asynchronous table creation. |
DatabaseStorageTest::update | function | core/ |
|
Date::$dateFormatStorage | property | core/ |
The date format storage. |
DateFormatFormBase::$dateFormatStorage | property | core/ |
The date format storage. |
DateFormatter::$dateFormatStorage | property | core/ |
The date format storage. |
DateRangeDefaultWidget::$dateStorage | property | core/ |
The date format storage. |
DateRangeFieldTest::testDateStorageSettings | function | core/ |
Tests that 'Date' field storage setting form is disabled if field has data. |
DateRangeItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
DateRangeItemTest::$fieldStorage | property | core/ |
A field storage to use in this test class. |
DateTestBase::$fieldStorage | property | core/ |
A field storage to use in this test class. |
DateTimeDefaultWidget::$dateStorage | property | core/ |
The date format storage. |
DateTimeFieldTest::testDateStorageSettings | function | core/ |
Tests that 'Date' field storage setting form is disabled if field has data. |
DateTimeFormatterBase::$dateFormatStorage | property | core/ |
The date format entity storage. |
DateTimeItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
DateTimeItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
DateTimeItemInterface::DATETIME_STORAGE_FORMAT | constant | core/ |
Defines the format that date and time should be stored in. |
DateTimeItemInterface::DATE_STORAGE_FORMAT | constant | core/ |
Defines the format that dates should be stored in. |
DateTimeItemInterface::STORAGE_TIMEZONE | constant | core/ |
Defines the timezone that dates should be stored in. |
DateTimeItemTest::$fieldStorage | property | core/ |
A field storage to use in this test class. |
DateTimeTimeAgoFormatterTest::$fieldStorage | property | core/ |
A field storage to use in this test class. |
DbLogController::$userStorage | property | core/ |
The user storage. |
DecimalItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
DecimalItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
DefaultConfigTest::doTestsOnConfigStorage | function | core/ |
Tests that default config matches the installed config. |
DefaultProcessor::$itemStorage | property | core/ |
The entity storage for items. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.