bootstrap_hooks

Definition

bootstrap_hooks()
drupal/includes/bootstrap.inc, line 578

Description

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

Code

function bootstrap_hooks() {
  return array('init', 'exit');
}