bootstrap_hooks

includes/bootstrap.inc, line 484

Versions
4.6 – 6
bootstrap_hooks()

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

▾ 1 function calls bootstrap_hooks()

system_module_listing in modules/system.module
Generate a list of all the available modules, as well as update the system list.

Code

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

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.