function install_bootstrap_full
Same name in other branches
- 9 core/includes/install.core.inc \install_bootstrap_full()
- 8.9.x core/includes/install.core.inc \install_bootstrap_full()
- 10 core/includes/install.core.inc \install_bootstrap_full()
- 11.x core/includes/install.core.inc \install_bootstrap_full()
Performs a full bootstrap of Drupal during installation.
Parameters
$install_state: An array of information about the current installation state.
File
-
includes/
install.core.inc, line 1394
Code
function install_bootstrap_full(&$install_state) {
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.