14 uses of DRUPAL_BOOTSTRAP_FULL
- ajax_footer in includes/
ajax.inc - Performs end-of-Ajax-request tasks.
- cron.php in ./
cron.php - Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
- drupal_bootstrap in includes/
bootstrap.inc - Ensures Drupal is bootstrapped to the specified phase.
- drupal_exit in includes/
common.inc - Performs end-of-request tasks.
- drupal_get_complete_schema in includes/
bootstrap.inc - Gets the whole database schema.
- 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_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().
- module_implements_write_cache in includes/
module.inc - Writes the hook implementation cache.
- update.php in ./
update.php - Administrative page for handling updates from one Drupal version to another.
- xmlrpc.php in ./
xmlrpc.php - PHP page for handling incoming XML-RPC requests from clients.
- _drupal_log_error in includes/
errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.