| 7 install.core.inc | install_bootstrap_full(&$install_state) |
| 8 install.core.inc | install_bootstrap_full(&$install_state) |
Installation task; perform a full bootstrap of Drupal.
Parameters
$install_state: An array of information about the current installation state.
1 string reference to 'install_bootstrap_full'
File
- includes/
install.core.inc, line 1324 - API functions for installing Drupal.
Code
function install_bootstrap_full(&$install_state) {
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
}
Login or register to post comments