1.20.x 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

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

Code

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