| 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.
File
- includes/
bootstrap.inc, line 1397 - Functions that need to be loaded on every Drupal request.
Code
<?php
function bootstrap_hooks() {
return array('boot', 'exit', 'watchdog', 'language_init');
}
?>Login or register to post comments