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.
generate-proxy-class.php in core/scripts/generate-proxy-class.php
A script to generate proxy classes for lazy services.
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
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::testDatabaseInfoInitialization in core/tests/Drupal/Tests/Core/Site/SettingsTest.php
Tests initialization performed for the $databases variable.
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