| bootstrap_invoke_all | includes/bootstrap.inc | Call all init or exit hooks without including all modules. |
| drupal_load | includes/bootstrap.inc | Includes a file with the provided type and name. This prevents
including a theme, engine, module, etc., more than once. |
| install_main | install.php | The Drupal installation happens in a series of steps. We begin by verifying
that the current environment meets our minimum requirements. We then go
on to verify that settings.php is properly configured. From there we
connect to the configured database... |
| module_enable | includes/module.inc | Enable a given list of modules. |
| module_load_all | includes/module.inc | Load all the modules that have been enabled in the system table. |
| system_theme_data | modules/system/system.module | Collect data about all currently available themes |