drupal_load

Functions that call drupal_load()

Namesort iconLocationDescription
bootstrap_invoke_allincludes/bootstrap.incCall all init or exit hooks without including all modules.
comment_update_6002modules/comment/comment.installChanged comment settings from global to per-node -- copy global settings to all node types.
drupal_loadincludes/bootstrap.incIncludes a file with the provided type and name. This prevents including a theme, engine, module, etc., more than once.
drupal_uninstall_moduleincludes/install.incCalls the uninstall function and updates the system table for a given module.
forum_uninstallmodules/forum/forum.installImplementation of hook_uninstall().
hook_bootdeveloper/hooks/core.phpPerform setup tasks. See also, hook_init.
install_maininstall.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_enableincludes/module.incEnable a given list of modules.
module_load_allincludes/module.incLoad all the modules that have been enabled in the system table.
_drupal_maintenance_themeincludes/theme.maintenance.incSets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable.

Functions called by drupal_load()

Namesort iconLocationDescription
drupal_get_filenameincludes/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.
drupal_loadincludes/bootstrap.incIncludes a file with the provided type and name. This prevents including a theme, engine, module, etc., more than once.
 
 

Drupal is a registered trademark of Dries Buytaert.