function install_bootstrap_full

install_bootstrap_full(&$install_state)

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
API functions for installing Drupal.

Code

function install_bootstrap_full(&$install_state) {
  drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!install.core.inc/function/install_bootstrap_full/7.x