bootstrap_hooks

  1. drupal
    1. 4.7
    2. 5
    3. 6 bootstrap.inc
    4. 7 bootstrap.inc
Versions
4.7 – 7 bootstrap_hooks()

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

Code

includes/bootstrap.inc, line 579

<?php
function bootstrap_hooks() {
  return array('init', 'exit');
}
?>