1 bootstrap.inc backdrop_get_bootstrap_phase()

Returns the current bootstrap phase for this Backdrop process.

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

See also

backdrop_bootstrap()

File

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

Code

function backdrop_get_bootstrap_phase() {
  return backdrop_bootstrap(NULL, FALSE);
}