drupal_load

Functions that call drupal_load()

Namesort iconLocationDescription
bootstrap_invoke_allincludes/bootstrap.incCall all init or exit hooks without including all modules.
drupal_loadincludes/bootstrap.incIncludes a file with the provided type and name. This prevents including a theme, engine, module, etc., more than once.
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.
system_theme_datamodules/system/system.moduleCollect data about all currently available themes

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.