bootstrap_hooks

Versions
4.6 – 7
bootstrap_hooks()

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

▾ 1 function calls bootstrap_hooks()

system_rebuild_module_data in modules/system/system.module
Rebuild, save, and return data about all currently available modules.

Code

includes/bootstrap.inc, line 1141

<?php
function bootstrap_hooks() {
  return array('boot', 'exit', 'watchdog');
}
?>
Login or register to post comments
 
 

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.