Search for database
- Search 7.x for database
 - Search 9.5.x for database
 - Search 8.9.x for database
 - Search 10.3.x for database
 - Other projects
 
Exact matches
| Title | Object type | File name | Summary | 
|---|---|---|---|
| database | service | core/ | 
                      Drupal\Core\Database\Connection | 
| Database | class | core/ | 
                      Primary front-controller for the database system. | 
All search results
| Title | Object type | File name | Summary | 
|---|---|---|---|
| InstallerDatabaseErrorMessagesTest.php | file | core/ | 
                                                                                        |
| InstallerDatabaseErrorMessagesTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| InstallerDatabaseErrorMessagesTest::setUpSettings | function | core/ | 
                                                                                        Installer step: Configure settings. | 
| InstallerDatabaseErrorMessagesTest::setUpSite | function | core/ | 
                                                                                        Final installer step: Configure site. | 
| InstallerDatabaseErrorMessagesTest::testSetUpSettingsErrorMessage | function | core/ | 
                                                                                        Verifies that the error message in the settings step is correct. | 
| InstallerExistingBrokenDatabaseSettingsTest | class | core/ | 
                                                                                        Tests the installer with broken database connection info in settings.php. | 
| InstallerExistingBrokenDatabaseSettingsTest.php | file | core/ | 
                                                                                        |
| InstallerExistingBrokenDatabaseSettingsTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| InstallerExistingBrokenDatabaseSettingsTest::prepareEnvironment | function | core/ | 
                                                                                        Prepares the current environment for running the test. | 
| InstallerExistingBrokenDatabaseSettingsTest::setUpRequirementsProblem | function | core/ | 
                                                                                        Installer step: Requirements problem. | 
| InstallerExistingBrokenDatabaseSettingsTest::setUpSettings | function | core/ | 
                                                                                        Installer step: Configure settings. | 
| InstallerExistingBrokenDatabaseSettingsTest::setUpSite | function | core/ | 
                                                                                        Final installer step: Configure site. | 
| InstallerExistingBrokenDatabaseSettingsTest::testRequirementsProblem | function | core/ | 
                                                                                        Tests the expected requirements problem. | 
| InstallerExistingDatabaseSettingsTest | class | core/ | 
                                                                                        Tests installation with database information in an existing settings file. | 
| InstallerExistingDatabaseSettingsTest.php | file | core/ | 
                                                                                        |
| InstallerExistingDatabaseSettingsTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| InstallerExistingDatabaseSettingsTest::prepareEnvironment | function | core/ | 
                                                                                        Prepares the current environment for running the test. | 
| InstallerExistingDatabaseSettingsTest::setUpSettings | function | core/ | 
                                                                                        @todo The database settings form is not supposed to appear if settings.php contains a valid database connection already (but e.g. no config directories yet).  | 
              
| InstallerExistingDatabaseSettingsTest::testInstaller | function | core/ | 
                                                                                        Verifies that installation succeeded. | 
| InstallerIsolationLevelNoDatabaseSettingsTest | class | core/ | 
                                                                                        Tests the isolation_level setting with no database settings. | 
| InstallerIsolationLevelNoDatabaseSettingsTest.php | file | core/ | 
                                                                                        |
| InstallerIsolationLevelNoDatabaseSettingsTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| InstallerIsolationLevelNoDatabaseSettingsTest::prepareEnvironment | function | core/ | 
                                                                                        Prepares the current environment for running the test. | 
| InstallerIsolationLevelNoDatabaseSettingsTest::testInstaller | function | core/ | 
                                                                                        Verifies that the isolation_level was added to the database settings. | 
| InstallerNonDefaultDatabaseDriverTest | class | core/ | 
                                                                                        Tests the interactive installer. | 
| InstallerNonDefaultDatabaseDriverTest.php | file | core/ | 
                                                                                        |
| InstallerNonDefaultDatabaseDriverTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| InstallerNonDefaultDatabaseDriverTest::$testDriverName | property | core/ | 
                                                                                        The name of the test database driver in use. | 
| InstallerNonDefaultDatabaseDriverTest::getInstalledDatabaseSettings | function | core/ | 
                                                                                        Returns the databases setup from the SUT's settings.php. | 
| InstallerNonDefaultDatabaseDriverTest::setUpSettings | function | core/ | 
                                                                                        Installer step: Configure settings. | 
| InstallerNonDefaultDatabaseDriverTest::testInstalled | function | core/ | 
                                                                                        Confirms that the installation succeeded. | 
| install_database_errors | function | core/ | 
                                                                                        Checks a database connection and returns any errors. | 
| install_verify_database_ready | function | core/ | 
                                                                                        Verify that the database is ready (no existing Drupal installation). | 
| install_verify_database_settings | function | core/ | 
                                                                                        Verifies that settings.php specifies a valid database connection. | 
| KernelTestBase::$databasePrefix | property | core/ | 
                                                                                        |
| KernelTestBase::getDatabaseConnectionInfo | function | core/ | 
                                                                                        Returns the Database connection info to be used for this test. | 
| KernelTestBase::getDatabasePrefix | function | core/ | 
                                                                                        |
| KernelTestBase::tearDownCloseDatabaseConnection | function | core/ | 
                                                                                        Additional tear down method to close the connection at the end. | 
| KernelTestBaseDatabaseDriverModuleTest | class | core/ | 
                                                                                        Tests Drupal\KernelTests\KernelTestBase. | 
| KernelTestBaseDatabaseDriverModuleTest.php | file | core/ | 
                                                                                        |
| KernelTestBaseDatabaseDriverModuleTest::getDatabaseConnectionInfo | function | core/ | 
                                                                                        Returns the Database connection info to be used for this test. | 
| KernelTestBaseDatabaseDriverModuleTest::testDatabaseDriverModuleEnabled | function | core/ | 
                                                                                        Tests database driver module enabled. | 
| KernelTestBaseTest::testDatabaseDriverModuleEnabled | function | core/ | 
                                                                                        Tests database driver module enabled. | 
| KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl | function | core/ | 
                                                                                        Tests get database connection info with out manual set db url. | 
| keyvalue.database | service | core/ | 
                                                                                        Drupal\Core\KeyValueStore\KeyValueDatabaseFactory | 
| keyvalue.expirable.database | service | core/ | 
                                                                                        Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory | 
| KeyValueDatabaseExpirableFactory | class | core/ | 
                                                                                        Defines the key/value store factory for the database backend. | 
| KeyValueDatabaseExpirableFactory.php | file | core/ | 
                                                                                        |
| KeyValueDatabaseExpirableFactory::$storages | property | core/ | 
                                                                                        Holds references to each instantiation so they can be terminated. | 
| KeyValueDatabaseExpirableFactory::catchException | function | core/ | 
                                                                                        Act on an exception when the table might not have been created. | 
Pagination
- Previous page
 - Page 11
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.