Search for set
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseTest::providerFindDriverAutoloadDirectory | function | core/ |
Data provider for ::testFindDriverAutoloadDirectory(). |
DatabaseTest::providerFindDriverAutoloadDirectoryException | function | core/ |
Data provider for ::testFindDriverAutoloadDirectoryException(). |
DatabaseTest::setUp | function | core/ |
|
DatabaseTest::testFindDriverAutoloadDirectory | function | core/ |
@covers ::findDriverAutoloadDirectory @dataProvider providerFindDriverAutoloadDirectory |
DatabaseTest::testFindDriverAutoloadDirectoryException | function | core/ |
@covers ::findDriverAutoloadDirectory @dataProvider providerFindDriverAutoloadDirectoryException |
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::$modules | property | core/ |
Modules to enable. |
DatabaseTestBase::$modules | property | core/ |
Modules to enable. |
DatabaseTestBase::addSampleData | function | core/ |
Sets up our sample data. |
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 this class. |
DatabaseTestController::dbQueryTemporary | function | core/ |
Creates temporary table and outputs the table name and its number of rows. |
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. |
DatabaseVersionCheckUpdateTest::setUp | function | core/ |
|
DatabaseWebTestBase::setUp | function | core/ |
Sets up a Drupal site for running functional and integration tests. |
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. @todo: Remove in https://www.drupal.org/node/1928868. |
DataDefinition::offsetGet | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
DataDefinition::offsetSet | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
DataDefinition::offsetUnset | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
DataDefinition::setClass | function | core/ |
Sets the class used for creating the typed data object. |
DataDefinition::setComputed | function | core/ |
Sets whether the data is computed. |
DataDefinition::setConstraints | function | core/ |
Sets an array of validation constraints. |
DataDefinition::setDataType | function | core/ |
Sets the data type. |
DataDefinition::setDescription | function | core/ |
Sets the human-readable description. |
DataDefinition::setInternal | function | core/ |
Sets the whether the data value should be internal. |
DataDefinition::setLabel | function | core/ |
Sets the human-readable label. |
DataDefinition::setReadOnly | function | core/ |
Sets whether the data is read-only. |
DataDefinition::setRequired | function | core/ |
Sets whether the data is required. |
DataDefinition::setSetting | function | core/ |
Sets a definition setting. |
DataDefinition::setSettings | function | core/ |
Sets the array of settings, as required by the used class. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.