16 calls to drupal_bootstrap() in Drupal 7
- authorize.php in ./
authorize.php - Administrative script for running authorized file operations.
- cron.php in ./
cron.php - Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
- drupal_get_bootstrap_phase in includes/
bootstrap.inc - Returns the current bootstrap phase for this Drupal process.
- drupal_theme_initialize in includes/
theme.inc - Initializes the theme system by loading the theme.
- http.php in modules/
simpletest/ tests/ http.php - Fake an HTTP request, for use during testing.
- https.php in modules/
simpletest/ tests/ https.php - Fake an HTTPS request, for use during testing.
- index.php in ./
index.php - The PHP page that serves all page requests on a Drupal installation.
- install_begin_request in includes/
install.core.inc - Begins an installation request, modifying the installation state as needed.
- install_bootstrap_full in includes/
install.core.inc - Performs a full bootstrap of Drupal during installation.
- module_hook_info in includes/
module.inc - Retrieves a list of hooks that are declared through hook_hook_info().
- statistics.php in modules/
statistics/ statistics.php - Handles counts of node views via Ajax with minimal bootstrap.
- statistics_exit in modules/
statistics/ statistics.module - Implements hook_exit().
- update.php in ./
update.php - Administrative page for handling updates from one Drupal version to another.
- update_prepare_d7_bootstrap in includes/
update.inc - Performs extra steps required to bootstrap when using a Drupal 6 database.
- xmlrpc.php in ./
xmlrpc.php - PHP page for handling incoming XML-RPC requests from clients.
- _drupal_bootstrap_page_cache in includes/
bootstrap.inc - Attempts to serve a page from the cache.