Sql::getDatabase |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Gets the database connection. |
SqlBase::getDatabase |
function |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php |
Gets the database connection object. |
TestSqlBase::getDatabase |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Gets the database without caching it. |
TestSqlBase::getDatabase |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Gets the database connection object. |
TestSqlIdMap::getDatabase |
function |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
Gets the database connection. |
QueryBatchTest::getDatabase |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Builds an in-memory SQLite database from a set of source data. |
MigrateTestCase::getDatabase |
function |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Gets an SQLite database connection object for use in tests. |
TestDatabase::getDatabasePrefix |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the test database prefix. |
CredentialForm::getDatabaseTypes |
function |
core/modules/migrate_drupal_ui/src/Form/CredentialForm.php |
Returns all supported database driver installer objects. |
KernelTestBase::getDatabasePrefix |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
|
SiteSettingsForm::getDatabaseErrors |
function |
core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php |
Get any database errors and links them to a form element. |
DbCommandBase::getDatabaseConnection |
function |
core/lib/Drupal/Core/Command/DbCommandBase.php |
Parse input options decide on a database. |
MigrateSqlSourceTestBase::getDatabase |
function |
core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php |
Builds an in-memory SQLite database from a set of source data. |
TestSetupTrait::getDatabaseConnection |
function |
core/lib/Drupal/Core/Test/TestSetupTrait.php |
Returns the database connection to the site under test. |
SqlModeTest::getDatabaseConnectionInfo |
function |
core/tests/Drupal/KernelTests/Core/Database/SqlModeTest.php |
|
KernelTestBase::getDatabaseConnectionInfo |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Returns the Database connection info to be used for this test. |
DbCommandBaseTester::getDatabaseConnection |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Parse input options decide on a database. |
FunctionalTestSetupTrait::getDatabaseTypes |
function |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php |
Returns all supported database driver installer objects. |
SiteSettingsForm::getDatabaseErrorsTemplate |
function |
core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php |
Gets the inline template render array to display the database errors. |
CacheTagsChecksumTrait::getDatabaseConnection |
function |
core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php |
Returns the database connection. |
DatabaseCacheTagsChecksum::getDatabaseConnection |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
|
BootstrapConfigStorageFactory::getDatabaseStorage |
function |
core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Returns a Database configuration storage implementation. |
EndOfTransactionQueriesTest::getDatabaseConnectionInfo |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Returns the Database connection info to be used for this test. |
KernelTestBaseDatabaseDriverModuleTest::getDatabaseConnectionInfo |
function |
core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php |
Returns the Database connection info to be used for this test. |
KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
@covers ::getDatabaseConnectionInfo |