| drupal_get_bootstrap_phase | drupal/includes/bootstrap.inc | Return the current bootstrap phase for this Drupal process. The
current phase is the one most recently completed by
drupal_bootstrap(). |
| drupal_install_system | drupal/includes/install.inc | Callback to install the system module. |
| init_theme | drupal/includes/theme.inc | Initialize the theme system by loading the theme. |
| 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. |
| statistics_exit | drupal/modules/statistics/statistics.module | Implementation of hook_exit(). |
| update_prepare_d7_bootstrap | drupal/update.php | Users who still have a Drupal 6 database (and are in the process of
updating to Drupal 7) need extra help before a full bootstrap can be
achieved. This function does the necessary preliminary work that allows
the bootstrap to be successful. |