Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseStorageExpirable.php | file | core/ |
|
| DatabaseStorageExpirable::doSetWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
| DatabaseStorageExpirable::doSetWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| DatabaseStorageExpirable::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
| DatabaseStorageExpirable::getAllKeys | function | core/ |
Retrieves all keys 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. |
| DatabaseTestBase | class | core/ |
Base class for databases database tests. |
| DatabaseTestBase | class | core/ |
Base class for databases database tests. |
| DatabaseTestBase.php | file | core/ |
|
| DatabaseTestBase.php | file | core/ |
|
| DatabaseTestBase::$connection | property | core/ |
The database connection for testing. |
| DatabaseTestBase::$connection | property | core/ |
The database connection for testing. |
| DatabaseTestBase::$modules | property | core/ |
Modules to install. |
| DatabaseTestBase::$modules | property | core/ |
Modules to install. |
| DatabaseTestBase::ensureSampleDataNull | function | core/ |
Sets up tables for NULL handling. |
| DatabaseTestBase::setUp | function | core/ |
|
| DatabaseTestBase::setUp | function | core/ |
|
| DatabaseTestController | class | core/ |
Controller routines for database_test routes. |
| DatabaseTestController.php | file | core/ |
|
| DatabaseTestController::$connection | property | core/ |
The database connection. |
| DatabaseTestController::pagerQueryEven | function | core/ |
Runs a pager query and returns the results. |
| DatabaseTestController::pagerQueryOdd | function | core/ |
Runs a pager query and returns the results. |
| DatabaseTestController::testTablesort | function | core/ |
Runs a tablesort query and returns the results. |
| DatabaseTestController::testTablesortFirst | function | core/ |
Runs a tablesort query with a second order_by after and returns the results. |
| DatabaseTestController::__construct | function | core/ |
Constructs a DatabaseTestController object. |
Pagination
- Previous page
- Page 318
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.