| drupal_uninstall_modules | drupal/includes/install.inc | Calls the uninstall function and updates the system table for a given module. |
| hook_boot | drupal/modules/system/system.api.php | Perform setup tasks. See also, hook_init. |
| install_main | drupal/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 | drupal/includes/module.inc | Enable a given list of modules. |
| module_load_all | drupal/includes/module.inc | Load all the modules that have been enabled in the system table. |
| system_theme_data | drupal/modules/system/system.module | Collect data about all currently available themes. |
| _drupal_maintenance_theme | drupal/includes/theme.maintenance.inc | Sets up the theming system for site installs, updates and when the site is
in offline mode. It also applies when the database is unavailable. |