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