1.20.x install.core.inc install_bootstrap_full(&$install_state)

Performs a full bootstrap of Backdrop during installation.

Parameters

$install_state: An array of information about the current installation state.

File

includes/install.core.inc, line 1527
API functions for installing Backdrop.

Code

function install_bootstrap_full(&$install_state) {
  backdrop_bootstrap(BACKDROP_BOOTSTRAP_FULL);
}