1 drupal.inc drupal_bootstrap($phase = NULL, $new_phase = TRUE)

Ensures Backdrop is bootstrapped to the specified phase.

Deprecated

since 1.0.0

See also

backdrop_bootstrap()

Related topics

File

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

Code

function drupal_bootstrap($phase = NULL, $new_phase = TRUE) {
  return backdrop_bootstrap($phase, $new_phase);
}