10 calls to Database::convertDbUrlToConnectionInfo()
- DbCommandBase::getDatabaseConnection in core/
lib/ Drupal/ Core/ Command/ DbCommandBase.php - Parse input options decide on a database.
- KernelTestBase::getDatabaseConnectionInfo in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Returns the Database connection info to be used for this test.
- TestSetupTrait::changeDatabasePrefix in core/
lib/ Drupal/ Core/ Test/ TestSetupTrait.php - Changes the database connection to the prefixed one.
- TestSetupTraitTest::testChangeDatabasePrefix in core/
tests/ Drupal/ Tests/ Core/ Test/ TestSetupTraitTest.php - Tests the SIMPLETEST_DB environment variable is used.
- TestSiteApplicationTest::addTestDatabase in core/
tests/ Drupal/ Tests/ Scripts/ TestSiteApplicationTest.php - Adds the installed test site to the database connection info.
- TestSiteTearDownCommand::tearDown in core/
tests/ Drupal/ TestSite/ Commands/ TestSiteTearDownCommand.php - Removes a given instance by deleting all the database tables and files.
- UrlConversionTest::testDbUrltoConnectionConversion in core/
tests/ Drupal/ Tests/ Core/ Database/ UrlConversionTest.php - @covers ::convertDbUrlToConnectionInfo
- UrlConversionTest::testDriverModuleDoesNotExist in core/
tests/ Drupal/ Tests/ Core/ Database/ UrlConversionTest.php - @covers ::convertDbUrlToConnectionInfo
- UrlConversionTest::testGetInvalidArgumentExceptionInUrlConversion in core/
tests/ Drupal/ Tests/ Core/ Database/ UrlConversionTest.php - Test ::convertDbUrlToConnectionInfo() exception for invalid arguments.
- UrlConversionTest::testModuleDriverDoesNotExist in core/
tests/ Drupal/ Tests/ Core/ Database/ UrlConversionTest.php - @covers ::convertDbUrlToConnectionInfo
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.