| 5 bootstrap.inc | bootstrap_hooks() |
| 6 bootstrap.inc | bootstrap_hooks() |
| 7 bootstrap.inc | bootstrap_hooks() |
| 8 bootstrap.inc | bootstrap_hooks() |
Defines the critical hooks that force modules to always be loaded.
1 call to bootstrap_hooks()
File
- core/
includes/ bootstrap.inc, line 1297 - Functions that need to be loaded on every Drupal request.
Code
function bootstrap_hooks() {
return array('boot', 'exit', 'watchdog', 'language_init');
}
Login or register to post comments