| db_set_active | drupal/includes/database/database.inc | Sets a new active database. |
| drupal_site_offline | drupal/includes/common.inc | Generates a site offline message. |
| install_already_done_error | drupal/install.php | Show an error page when Drupal has already been installed. |
| install_change_settings | drupal/install.php | Configure and rewrite settings.php. |
| install_check_requirements | drupal/install.php | Check installation requirements and report any errors. |
| install_main | drupal/install.php | The Drupal installation happens in a series of steps. We begin by verifying
that the current environment meets our minimum requirements. We then go
on to verify that settings.php is properly configured. From there we
connect to the configured database... |
| install_no_profile_error | drupal/install.php | Show an error page when there are no profiles available. |
| install_select_locale | drupal/install.php | Allow admin to select which locale to use for the current profile. |
| install_select_profile | drupal/install.php | Allow admin to select which profile to install. |
| install_tasks | drupal/install.php | Tasks performed after the database is initialized. |
| _db_error_page | drupal/includes/database/database.inc | Prints a themed maintenance page with the 'Site offline' text,
adding the provided error message in the case of 'display_errors'
set to on. Ends the page request; no return. |
| _drupal_log_error | drupal/includes/common.inc | Log a PHP error or exception, display an error page in fatal cases. |