function install_bootstrap_full

Performs a full bootstrap of Drupal during installation.

Parameters

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

1 string reference to 'install_bootstrap_full'
install_tasks in drupal-7.x/includes/install.core.inc
Returns a list of all tasks the installer currently knows about.

Archivo

drupal-7.x/includes/install.core.inc, line 1367
API functions for installing Drupal.

Código

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