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.