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
Code
includes/bootstrap.inc, line 1661
<?php
function drupal_get_bootstrap_phase() {
return drupal_bootstrap();
}
?>Login or register to post comments 