function bootstrap_hooks
Same name and namespace in other branches
- 7.x drupal-7.x/includes/bootstrap.inc \bootstrap_hooks()
Define the critical hooks that force modules to always be loaded.
1 call to bootstrap_hooks()
- module_rebuild_cache in drupal-6.x/
includes/ module.inc - Rebuild the database cache of module files.
Archivo
- drupal-6.x/
includes/ bootstrap.inc, line 799 - Functions that need to be loaded on every Drupal request.
Código
function bootstrap_hooks() {
return array('boot', 'exit');
}