Functions that call drupal_load()

Namesort iconLocationDescription
drupal_uninstall_modulesdrupal/includes/install.incCalls the uninstall function and updates the system table for a given module.
hook_bootdrupal/modules/system/system.api.phpPerform setup tasks. See also, hook_init.
install_maindrupal/install.phpThe 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_enabledrupal/includes/module.incEnable a given list of modules.
module_load_alldrupal/includes/module.incLoad all the modules that have been enabled in the system table.
system_theme_datadrupal/modules/system/system.moduleCollect data about all currently available themes.
_drupal_maintenance_themedrupal/includes/theme.maintenance.incSets up the theming system for site installs, updates and when the site is in offline mode. It also applies when the database is unavailable.

Functions called by drupal_load()

Namesort iconLocationDescription
drupal_get_filenamedrupal/includes/bootstrap.incReturns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists.