| TemporaryQueryTestBase::getConnection |
function |
core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php |
Returns the connection. |
| TestRunTest::$connection |
property |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
The database connection for testing. |
| TransactionManagerBase::$connectionTransactionState |
property |
core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php |
The state of the underlying client connection transaction. |
| TransactionManagerBase::getConnectionTransactionState |
function |
core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php |
Gets the state of the client connection transaction. |
| TransactionManagerBase::setConnectionTransactionState |
function |
core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php |
Sets the state of the client connection transaction. |
| UncaughtExceptionTest::testLostDatabaseConnection |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests the case when the database connection is gone. |
| UrlConversionTest::providerConvertDbUrlToConnectionInfo |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testDbUrlToConnectionConversion(). |
| UrlConversionTest::providerGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testGetConnectionInfoAsUrl(). |
| UrlConversionTest::providerInvalidArgumentGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testGetInvalidArgumentGetConnectionInfoAsUrl(). |
| UrlConversionTest::testDbUrlToConnectionConversion |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests db url to connection conversion. |
| UrlConversionTest::testGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests get connection info as url. |
| UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests ::getConnectionInfoAsUrl() exception for invalid arguments. |
| UserData::$connection |
property |
core/modules/user/src/UserData.php |
The database connection to use. |
| UserSelection::$connection |
property |
core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php |
The database connection. |