module_init

Versions
4.6
module_init()

Initialize all modules.

Code

includes/module.inc, line 12

<?php
function module_init() {
  module_load_all();
  module_invoke_all('init');
}
?>
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.