11 calls to drupal_load()
- bootstrap_invoke_all in drupal-6.x/
includes/ bootstrap.inc - Call all init or exit hooks without including all modules.
- comment_update_6002 in drupal-6.x/
modules/ comment/ comment.install - Changed comment settings from global to per-node -- copy global settings to all node types.
- drupal_uninstall_module in drupal-6.x/
includes/ install.inc - Calls the uninstall function and updates the system table for a given module.
- forum_uninstall in drupal-6.x/
modules/ forum/ forum.install - Implementation of hook_uninstall().
- hook_boot in documentation-6.x/
developer/ hooks/ core.php - Perform setup tasks. See also, hook_init.
- install_main in drupal-6.x/
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…
- locale_update_6007 in drupal-6.x/
modules/ locale/ locale.install - Fix Drupal.formatPlural().
- module_enable in drupal-6.x/
includes/ module.inc - Enable a given list of modules.
- module_load_all in drupal-6.x/
includes/ module.inc - Load all the modules that have been enabled in the system table.
- update.php in drupal-6.x/
update.php - Administrative page for handling updates from one Drupal version to another.
- _drupal_maintenance_theme in drupal-6.x/
includes/ theme.maintenance.inc - Sets 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.