Search for to
| 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::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/ |
Deletes configuration data from the storage. |
| DatabaseStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| DatabaseStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| 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::testExceptionIsThrownIfQueryFails | function | core/ |
Tests that operations throw exceptions if the query fails. |
| DatabaseStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| database_driver_uninstall_validator | service | core/ |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
| DataCommand::$selector | property | core/ |
A CSS selector string for elements to which data will be attached. |
| DataDefinition::toArray | function | core/ |
Returns all definition values as array. |
| DataEntityRow::$entityDisplayRepository | property | core/ |
The entity display repository. |
| DataEntityRow::$entityRepository | property | core/ |
The entity repository service. |
| DataEntityRow::getEntityRepository | function | core/ |
|
| DataFieldRow::$rawOutputOptions | property | core/ |
Stores an array of options to determine if the raw field output is used. |
| Date::$dateFormatStorage | property | core/ |
The date format storage. |
| Date::getOffset | function | core/ |
Get the proper offset from UTC to use in computations. |
| DateFilterTest::testLimitExposedOperators | function | core/ |
Tests the limit of the expose operator functionality. |
| DateFormat::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
| DateFormatFormBase::$dateFormatStorage | property | core/ |
The date format storage. |
| DateFormatter::$configFactory | property | core/ |
The configuration factory. |
| DateFormatter::$dateFormatStorage | property | core/ |
The date format storage. |
| DateRangeCustomFormatter | class | core/ |
Plugin implementation of the 'Custom' formatter for 'daterange' fields. |
| DateRangeCustomFormatter.php | file | core/ |
|
| DateRangeCustomFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| DateRangeCustomFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| DateRangeCustomFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| DateRangeCustomFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
| DateRangeDefaultWidget::$dateStorage | property | core/ |
The date format storage. |
| DateRangeFieldTest::doTestFromToSetting | function | core/ |
Performs the test of the 'from_to' setting for given test data. |
| DateRangeFieldTest::fromToSettingDataProvider | function | core/ |
Provides data for testing the 'from_to' setting. |
Pagination
- Previous page
- Page 56
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.