45 calls to module_invoke_all()
- actions_delete in drupal-6.x/
includes/ actions.inc - Delete a single action from the database.
- actions_list in drupal-6.x/
includes/ actions.inc - Discover all action functions by invoking hook_action_info().
- comment_render in drupal-6.x/
modules/ comment/ comment.module - Renders comment(s).
- drupal_cron_run in drupal-6.x/
includes/ common.inc - Executes a cron run when called
- drupal_flush_all_caches in drupal-6.x/
includes/ common.inc - Flush all cached data on the site.
- drupal_goto in drupal-6.x/
includes/ common.inc - Send the user to a different Drupal page.
- drupal_page_footer in drupal-6.x/
includes/ common.inc - Perform end-of-request tasks.
- drupal_retrieve_form in drupal-6.x/
includes/ form.inc - Retrieves the structured array that defines a given form.
- file_download in drupal-6.x/
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…
- locale_translate_export_pot_form in drupal-6.x/
includes/ locale.inc - Translation template export form.
- locale_translate_export_po_form in drupal-6.x/
includes/ locale.inc - Form to export PO files for the languages provided.
- locale_translate_import_form in drupal-6.x/
includes/ locale.inc - User interface for the translation import screen.
- locale_translate_overview_screen in drupal-6.x/
includes/ locale.inc - Overview screen for translations.
- locale_translate_seek_form in drupal-6.x/
includes/ locale.inc - User interface for the string search screen.
- node_access_acquire_grants in drupal-6.x/
modules/ node/ node.module - Gets the list of node access grants and writes them to the database.
- node_access_grants in drupal-6.x/
modules/ node/ node.module - Fetch an array of permission IDs granted to the given user ID.
- node_admin_nodes in drupal-6.x/
modules/ node/ node.admin.inc - Form builder: Builds the node administration overview.
- node_admin_nodes_submit in drupal-6.x/
modules/ node/ node.admin.inc - Process node_admin_nodes form submissions.
- node_type_delete in drupal-6.x/
modules/ node/ node.module - Deletes a node type from the database.
- node_type_reset in drupal-6.x/
modules/ node/ content_types.inc - Resets all of the relevant fields of a module-defined node type to their default values.
- node_type_save in drupal-6.x/
modules/ node/ node.module - Saves a node type to the database.
- node_view in drupal-6.x/
modules/ node/ node.module - Generate a display of the given node.
- openid_authentication_request in drupal-6.x/
modules/ openid/ openid.module - poll_view in drupal-6.x/
modules/ poll/ poll.module - Implementation of hook_view().
- search_admin_settings in drupal-6.x/
modules/ search/ search.admin.inc - Menu callback; displays the search module settings page.
- search_wipe in drupal-6.x/
modules/ search/ search.module - Wipes a part of or the entire search index.
- system_cron in drupal-6.x/
modules/ system/ system.module - Implementation of hook_cron().
- system_status in drupal-6.x/
modules/ system/ system.admin.inc - Menu callback: displays the site status report. Can also be used as a pure check.
- taxonomy_del_term in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Delete a term.
- taxonomy_del_vocabulary in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Delete a vocabulary.
- taxonomy_save_term in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Helper function for taxonomy_form_term_submit().
- taxonomy_save_vocabulary in drupal-6.x/
modules/ taxonomy/ taxonomy.module - theme_closure in drupal-6.x/
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 drupal-6.x/
modules/ comment/ comment.module - Theme comment flat expanded view.
- theme_comment_thread_expanded in drupal-6.x/
modules/ comment/ comment.module - Theme comment thread expanded view.
- trigger_assign in drupal-6.x/
modules/ trigger/ trigger.admin.inc - Build the form that allows users to assign actions to hooks.
- trigger_forms in drupal-6.x/
modules/ trigger/ trigger.module - Implementation of hook_forms(). We reuse code by using the same assignment form definition for each node-op combination.
- trigger_menu in drupal-6.x/
modules/ trigger/ trigger.module - Implementation of hook_menu().
- user_admin_account in drupal-6.x/
modules/ user/ user.admin.inc - Form builder; User administration page.
- user_admin_account_submit in drupal-6.x/
modules/ user/ user.admin.inc - Submit the user administration update form.
- xmlrpc.php in drupal-6.x/
xmlrpc.php - PHP page for handling incoming XML-RPC requests from clients.
- _drupal_bootstrap_full in drupal-6.x/
includes/ common.inc - _locale_translate_seek in drupal-6.x/
includes/ locale.inc - Perform a string search and display results in a table
- _node_types_build in drupal-6.x/
modules/ node/ node.module - Builds and returns the list of available node types.
- _ping_notify in drupal-6.x/
modules/ ping/ ping.module - Call hook_ping() in all modules to notify remote sites that there is new content at this one.