drupal_get_bootstrap_phase

Versions
7
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

drupal_bootstrap()

▾ 3 functions call drupal_get_bootstrap_phase()

drupal_exit in includes/common.inc
Perform end-of-request tasks.
drupal_get_schema in includes/bootstrap.inc
Get the schema definition of a table, or the whole database schema.
_drupal_log_error in includes/common.inc
Log a PHP error or exception, display an error page in fatal cases.

Code

includes/bootstrap.inc, line 1661

<?php
function drupal_get_bootstrap_phase() {
  return drupal_bootstrap();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.