28 calls to module_invoke_all() in Drupal 4
- comment_render in modules/
comment.module - cron.php in ./
cron.php - drupal_goto in includes/
common.inc - Send the user to a different Drupal page.
- drupal_page_footer in includes/
common.inc - Perform end-of-request tasks.
- file_download in includes/
file.inc - Call modules that implement hook_file_download() to find out if a file is accessible and what headers it should be transferred with. If a module returns -1 drupal_access_denied() will be returned. If one or more modules returned headers the download…
- node_access_grants in modules/
node.module - Fetch an array of permission IDs granted to the given user ID.
- node_add in modules/
node.module - Present a node submission form or a set of links to such forms.
- node_view in modules/
node.module - Generate a display of the given node.
- poll_view in modules/
poll.module - Implementation of hook_view().
- search_settings in modules/
search.module - Menu callback; displays the search module settings page.
- search_wipe in modules/
search.module - Wipes a part of or the entire search index.
- taxonomy_del_term in modules/
taxonomy.module - taxonomy_del_vocabulary in modules/
taxonomy.module - taxonomy_form_term in modules/
taxonomy.module - taxonomy_form_vocabulary in modules/
taxonomy.module - Display form for adding and editing vocabularies.
- taxonomy_save_term in modules/
taxonomy.module - taxonomy_save_vocabulary in modules/
taxonomy.module - theme_closure in includes/
theme.inc - Execute hook_footer() which is run at the end of the page right before the close of the body tag.
- theme_comment_flat_expanded in modules/
comment.module - theme_comment_thread_expanded in modules/
comment.module - user_confirm_delete_submit in modules/
user.module - user_logout in modules/
user.module - Menu callback; logs the current user out, and redirects to the home page.
- xmlrpc.php in ./
xmlrpc.php - _drupal_bootstrap_full in includes/
common.inc - _menu_append_contextual_items in includes/
menu.inc - Account for menu items that are only defined at certain paths, so will not be cached.
- _menu_build in includes/
menu.inc - Build the menu by querying both modules and the database.
- _node_names in modules/
node.module - _ping_notify in modules/
ping.module - Call hook_ping() in all modules to notify remote sites that there is new content at this one.