function drupal_get_bootstrap_phase
Returns the current bootstrap phase for this Drupal process.
The current phase is the one most recently completed by drupal_bootstrap().
See also
5 calls to drupal_get_bootstrap_phase()
- ajax_footer in includes/
ajax.inc - Performs end-of-Ajax-request tasks.
- drupal_exit in includes/
common.inc - Performs end-of-request tasks.
- drupal_get_complete_schema in includes/
bootstrap.inc - Gets the whole database schema.
- module_implements_write_cache in includes/
module.inc - Writes the hook implementation cache.
- _drupal_log_error in includes/
errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
File
-
includes/
bootstrap.inc, line 2898
Code
function drupal_get_bootstrap_phase() {
return drupal_bootstrap(NULL, FALSE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.