Search for set
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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. |
| DatabaseStorageExpirableTest::setUp | function | core/ |
|
| DatabaseStorageTest::setUp | function | core/ |
|
| DatabaseStorageTest::setUp | function | core/ |
|
| 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::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| 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. |
| DatabaseTestForm | class | core/ |
Form controller for database_test module. |
| DatabaseTestForm.php | file | core/ |
|
| DatabaseTestForm::buildForm | function | core/ |
Form constructor. |
| DatabaseTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| DatabaseTestForm::submitForm | function | core/ |
Form submission handler. |
| DatabaseTestHooks | class | core/ |
Hook implementations for database_test. |
| DatabaseTestHooks.php | file | core/ |
|
| DatabaseTestHooks::queryAlter | function | core/ |
Implements hook_query_alter(). |
| DatabaseTestHooks::queryDatabaseTestAlterRemoveRangeAlter | function | core/ |
Implements hook_query_TAG_alter(). |
| DatabaseTestSchemaDataTrait | trait | core/ |
Trait to manage data samples for test tables. |
| DatabaseTestSchemaDataTrait.php | file | core/ |
|
| DatabaseTestSchemaDataTrait::addSampleData | function | core/ |
Sets up our sample data. |
| DatabaseTestSchemaInstallTrait | trait | core/ |
Trait to manage installation for test tables. |
| DatabaseTestSchemaInstallTrait.php | file | core/ |
|
| DatabaseTestSchemaInstallTrait::installSampleSchema | function | core/ |
Sets up our sample table schema. |
| DataDefinition::getSetting | function | core/ |
Returns the value of a given setting. |
| DataDefinition::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| DataDefinition::offsetExists | function | core/ |
This is for BC support only. |
| DataDefinition::offsetGet | function | core/ |
This is for BC support only. |
| DataDefinition::offsetSet | function | core/ |
This is for BC support only. |
| DataDefinition::offsetUnset | function | core/ |
This is for BC support only. |
| DataDefinition::setClass | function | core/ |
Sets the class used for creating the typed data object. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.