1 install.core.inc | install_bootstrap_full(&$install_state) |
Performs a full bootstrap of Backdrop during installation.
Parameters
array $install_state: An array of information about the current installation state.
File
- core/
includes/ install.core.inc, line 1912 - API functions for installing Backdrop.
Code
function install_bootstrap_full(&$install_state) {
backdrop_bootstrap(BACKDROP_BOOTSTRAP_FULL);
}