14 calls to Settings::initialize() in Drupal 9
- db-tools.php in core/
scripts/ db-tools.php - A command line application to import a database generation script.
- DrupalKernel::initializeSettings in core/
lib/ Drupal/ Core/ DrupalKernel.php - Locate site path and initialize settings singleton.
- dump-database-d8-mysql.php in core/
scripts/ dump-database-d8-mysql.php - A command line application to dump a database to a generation script.
- FunctionalTestSetupTrait::initSettings in core/
lib/ Drupal/ Core/ Test/ FunctionalTestSetupTrait.php - Initialize settings created during install.
- FunctionalTestSetupTrait::prepareSettings in core/
lib/ Drupal/ Core/ Test/ FunctionalTestSetupTrait.php - Prepares site settings and services before installation.
- generate-proxy-class.php in core/
scripts/ generate-proxy-class.php - A command line application to generate proxy classes.
- InstallCommand::isDrupalInstalled in core/
lib/ Drupal/ Core/ Command/ InstallCommand.php - Returns whether there is already an existing Drupal installation.
- InstallerTestBase::setUp in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php - install_begin_request in core/
includes/ install.core.inc - Begins an installation request, modifying the installation state as needed.
- rebuild.php in core/
rebuild.php - Rebuilds all Drupal caches even when Drupal itself does not work.
- ServerCommand::boot in core/
lib/ Drupal/ Core/ Command/ ServerCommand.php - Boots up a Drupal environment.
- SettingsTest::testFakeDeprecatedSettings in core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php - Tests deprecation messages and values when using fake deprecated settings.
- SettingsTest::testRealDeprecatedSettings in core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php - Tests deprecation messages for real deprecated settings.
- TestSiteUserLoginCommand::execute in core/
tests/ Drupal/ TestSite/ Commands/ TestSiteUserLoginCommand.php