DatabaseTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php |
|
DatabaseTestController |
class |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Controller routines for database_test routes. |
DatabaseTestController.php |
file |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
|
DatabaseTestController::$connection |
property |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
The database connection. |
DatabaseTestController::create |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Instantiates a new instance of this class. |
DatabaseTestController::dbQueryTemporary |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Creates temporary table and outputs the table name and its number of rows. |
DatabaseTestController::pagerQueryEven |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Runs a pager query and returns the results. |
DatabaseTestController::pagerQueryOdd |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Runs a pager query and returns the results. |
DatabaseTestController::testTablesort |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Runs a tablesort query and returns the results. |
DatabaseTestController::testTablesortFirst |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Runs a tablesort query with a second order_by after and returns the results. |
DatabaseTestController::__construct |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Constructs a DatabaseTestController object. |
DatabaseTestForm |
class |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
Form controller for database_test module. |
DatabaseTestForm.php |
file |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
|
DatabaseTestForm::buildForm |
function |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
Form constructor. |
DatabaseTestForm::getFormId |
function |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
Returns a unique string identifying the form. |
DatabaseTestForm::submitForm |
function |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
Form submission handler. |
DatabaseTestSchemaDataTrait |
trait |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php |
Trait to manage data samples for test tables. |
DatabaseTestSchemaDataTrait.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php |
|
DatabaseTestSchemaDataTrait::addSampleData |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php |
Sets up our sample data. |
DatabaseTestSchemaInstallTrait |
trait |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php |
Trait to manage installation for test tables. |
DatabaseTestSchemaInstallTrait.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php |
|
DatabaseTestSchemaInstallTrait::installSampleSchema |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php |
Sets up our sample table schema. |
DatabaseVersionCheckUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php |
Tests that updates fail if the database does not meet the minimum version. |
DatabaseVersionCheckUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php |
|
DatabaseVersionCheckUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php |
The theme to install as the default for testing. |
DatabaseVersionCheckUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php |
|
DatabaseVersionCheckUpdateTest::testUpdate |
function |
core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php |
Tests that updates fail if the database does not meet the minimum version. |
database_driver_uninstall_validator |
service |
core/core.services.yml |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
database_statement_monitoring_test.info.yml |
file |
core/modules/system/tests/modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml |
core/modules/system/tests/modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml |
database_test.info.yml |
file |
core/modules/system/tests/modules/database_test/database_test.info.yml |
core/modules/system/tests/modules/database_test/database_test.info.yml |
database_test.install |
file |
core/modules/system/tests/modules/database_test/database_test.install |
Install, update and uninstall functions for the database_test module. |
database_test.module |
file |
core/modules/system/tests/modules/database_test/database_test.module |
Database test module. |
database_test.routing.yml |
file |
core/modules/system/tests/modules/database_test/database_test.routing.yml |
core/modules/system/tests/modules/database_test/database_test.routing.yml |
database_test_query_alter |
function |
core/modules/system/tests/modules/database_test/database_test.module |
Implements hook_query_alter(). |
database_test_query_database_test_alter_remove_range_alter |
function |
core/modules/system/tests/modules/database_test/database_test.module |
Implements hook_query_TAG_alter(). |
database_test_schema |
function |
core/modules/system/tests/modules/database_test/database_test.install |
Implements hook_schema(). |
DbCommandBase::getDatabaseConnection |
function |
core/lib/Drupal/Core/Command/DbCommandBase.php |
Parse input options decide on a database. |
DbCommandBaseTest::testSpecifyDatabaseDoesNotExist |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Invalid database names will throw a useful exception. |
DbCommandBaseTest::testSpecifyDatabaseKey |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Tests specifying a database key. |
DbCommandBaseTester::getDatabaseConnection |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Parse input options decide on a database. |
DbLogController::$database |
property |
core/modules/dblog/src/Controller/DbLogController.php |
The database service. |
DeleteAuthorizeSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php |
Set database dump files to be used. |
DriverSpecificDatabaseTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php |
Base class for driver specific database tests. |
DriverSpecificDatabaseTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php |
|
DriverSpecificDatabaseTestBase::$modules |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php |
Modules to enable. |
DriverSpecificDatabaseTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php |
|
DropIndexAllOnKeyValueExpireTableUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php |
Set database dump files to be used. |
drupal-7.contact.database.php |
file |
core/modules/contact/tests/drupal-7.contact.database.php |
|
Drupal6SqlBaseTest::$databaseContents |
property |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Minimum database contents needed to test Drupal6SqlBase. |
Drupal::database |
function |
core/lib/Drupal.php |
Returns the current primary database. |