bootstrap_hooks

Versions
mediamosa-21
bootstrap_hooks()

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

Code

includes/bootstrap.inc, line 1167

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