bootstrap_hooks
Definition
bootstrap_hooks()
includes/bootstrap.inc, line 484
Description
Define the critical hooks that force modules to always be loaded.
Code
<?php
function bootstrap_hooks() {
return array('init', 'exit');
}
?> bootstrap_hooks()
includes/bootstrap.inc, line 484
Define the critical hooks that force modules to always be loaded.
<?php
function bootstrap_hooks() {
return array('init', 'exit');
}
?>