1.20.x drupal.inc drupal_get_bootstrap_phase()

Returns the current bootstrap phase for this Backdrop process.

Deprecated

since 1.0.0

See also

backdrop_get_bootstrap_phase()

Related topics

File

includes/drupal.inc, line 367
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_get_bootstrap_phase() {
  return backdrop_get_bootstrap_phase();
}