| conf_init | drupal/includes/bootstrap.inc | Loads the configuration and sets the base URL, cookie domain, and
session name correctly. |
| drupal_get_filename | drupal/includes/bootstrap.inc | Returns and optionally sets the filename for a system item (module,
theme, etc.). The filename, whether provided, cached, or retrieved
from the database, is only returned if the file exists. |
| drupal_rewrite_settings | drupal/includes/install.inc | Replace values in settings.php with values in the submitted array. |
| drupal_system_listing | drupal/includes/common.inc | Return an array of system file objects. |
| file_directory_path | drupal/includes/file.inc | Determine the default 'files' directory. |
| 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_tasks | drupal/install.php | Tasks performed after the database is initialized. |
| install_verify_settings | drupal/install.php | Verify existing settings.php |