drupal_get_bootstrap_phase

7 bootstrap.inc drupal_get_bootstrap_phase()
8 bootstrap.inc 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()

4 calls to drupal_get_bootstrap_phase()

File

core/includes/bootstrap.inc, line 2318
Functions that need to be loaded on every Drupal request.

Code

function drupal_get_bootstrap_phase() {
  return drupal_bootstrap();
}
Login or register to post comments