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