Error message

You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).

function bootstrap_hooks

Defines the critical hooks that force modules to always be loaded.

1 call to bootstrap_hooks()
_system_update_bootstrap_status in modules/system/system.module
Refresh bootstrap column in the system table.

File

includes/bootstrap.inc, line 1701

Code

function bootstrap_hooks () {
 return array(
 'boot',
 'exit',
 'watchdog',
 'language_init',
 );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.