drupal_bootstrap

Functions that call drupal_bootstrap()

Namesort iconLocationDescription
drupal_get_bootstrap_phasedrupal/includes/bootstrap.incReturn the current bootstrap phase for this Drupal process. The current phase is the one most recently completed by drupal_bootstrap().
drupal_install_systemdrupal/includes/install.incCallback to install the system module.
init_themedrupal/includes/theme.incInitialize the theme system by loading the theme.
install_maindrupal/install.phpThe 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_tasksdrupal/install.phpTasks performed after the database is initialized.
statistics_exitdrupal/modules/statistics/statistics.moduleImplementation of hook_exit().
update_prepare_d7_bootstrapdrupal/update.phpUsers 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.

Functions called by drupal_bootstrap()

Namesort iconLocationDescription
_drupal_bootstrapdrupal/includes/bootstrap.inc