function bootstrap_hooks

bootstrap_hooks()

Defines the critical hooks that force modules to always be loaded.

File

includes/bootstrap.inc, line 1618
Functions that need to be loaded on every Drupal request.

Code

function bootstrap_hooks() {
  return array('boot', 'exit', 'watchdog', 'language_init');
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!bootstrap.inc/function/bootstrap_hooks/7.x