13 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.
KernelTestBaseDatabaseDriverModuleTest::getDatabaseConnectionInfo in core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.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.
TestSiteApplicationTest::addTestDatabase in core/tests/Drupal/KernelTests/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
Tests ::convertDbUrlToConnectionInfo() exception for invalid arguments.
UrlConversionTest::testModuleDriverDoesNotExist in core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php
@covers ::convertDbUrlToConnectionInfo
UrlConversionTest::testNoModuleSpecifiedDefaultsToDriverName in core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php
Tests that connection URL with no module name defaults to driver name.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.