Defines the critical hooks that force modules to always be loaded.
function bootstrap_hooks() { return array( 'boot', 'exit', 'watchdog', 'language_init', ); }