25 calls to module_list() in Drupal 5
- bootstrap_invoke_all in includes/
bootstrap.inc - Call all init or exit hooks without including all modules.
- drupal_load_updates in includes/
install.inc - Initialize the update system by loading all installed module's .install files.
- filter_list_all in modules/
filter/ filter.module - Build a list of all filters.
- install_main in ./
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…
- menu_get_active_help in includes/
menu.inc - Returns the help associated with the active menu item.
- module_disable in includes/
module.inc - Disable a given set of modules.
- module_enable in includes/
module.inc - Enable a given list of modules.
- module_exists in includes/
module.inc - Determine whether a given module exists.
- module_implements in includes/
module.inc - Determine which modules are implementing a hook.
- module_iterate in includes/
module.inc - Call a function repeatedly with each module in turn as an argument.
- module_load_all in includes/
module.inc - Load all the modules that have been enabled in the system table.
- search_admin_settings in modules/
search/ search.module - Menu callback; displays the search module settings page.
- search_cron in modules/
search/ search.module - Implementation of hook_cron().
- search_menu in modules/
search/ search.module - Implementation of hook_menu().
- system_modules_submit in modules/
system/ system.module - Submit callback; handles modules form submission.
- system_requirements in modules/
system/ system.install - Test and report Drupal installation requirements.
- update_script_selection_form in ./
update.php - user_admin_perm in modules/
user/ user.module - Menu callback: administer permissions.
- user_filters in modules/
user/ user.module - List user administration filters that can be applied.
- user_help in modules/
user/ user.module - Implementation of hook_help().
- user_module_invoke in modules/
user/ user.module - Invokes hook_user() in every module.
- user_view in modules/
user/ user.module - _block_rehash in modules/
block/ block.module - Update the 'blocks' DB table with the blocks currently exported by modules.
- _user_categories in modules/
user/ user.module - Retrieve a list of all user setting/information categories and sort them by weight.
- _user_forms in modules/
user/ user.module - Retrieve a list of all form elements for the specified category.