drupal_get_bootstrap_phase

Definition

drupal_get_bootstrap_phase()
drupal/includes/bootstrap.inc, line 1973

Description

Returns the current bootstrap phase for this Drupal process.

The current phase is the one most recently completed by drupal_bootstrap().

@see drupal_bootstrap()

Code

function drupal_get_bootstrap_phase() {
  return drupal_bootstrap();
}