module_invoke_all

Versions
5 – 7
module_invoke_all()

Invoke a hook in all enabled modules that implement it.

Parameters

$hook The name of the hook to invoke.

... Arguments to pass to the hook.

Return value

An array of return values of the hook implementations. If modules return arrays from their implementations, those are merged into one array.

Related topics

▾ 383 functions call module_invoke_all()

actions_delete in 6/includes/actions.inc
Delete a single action from the database.
actions_list in 6/includes/actions.inc
Discover all action functions by invoking hook_action_info().
actions_permissions_perm in contributions/views_bulk_operations/actions_permissions.module
Implementation of hook_perm().
addresses_cck_field_formatter_info in contributions/addresses/addresses_cck/addresses_cck.module
Implementation of hook_formatter_info().
addresses_cck_field_settings in contributions/addresses/addresses_cck/addresses_cck.module
Implementation of hook_field_settings().
addresses_cck_widget in contributions/addresses/addresses_cck/addresses_cck.module
Implementation of hook_widget().
addresses_elements in contributions/addresses/addresses.module
Implementation of FAPI hook_elements().
addresses_elements_process in contributions/addresses/addresses.module
Generate the address "field", creating all form fields
addresses_token_list in contributions/addresses/addresses.module
Implementation of hook_token_list().
addresses_token_values in contributions/addresses/addresses.module
Implementation of hook_token_values().
addresses_user_form_user_profile_form_alter in contributions/addresses/addresses_user/addresses_user.module
Implementation of hook_form_alter().
addresses_user_install in contributions/addresses/addresses_user/addresses_user.install
Implementation of hook_install().
addresses_user_schema in contributions/addresses/addresses_user/addresses_user.install
Implementation of hook_schema().
admin_get_links in contributions/admin/admin.module
Retrieve the admin links for a given object.
admin_menu_flush_cache in contributions/admin_menu/admin_menu.inc
Flush all caches or a specific one.
admin_menu_init in contributions/admin_menu/admin_menu.module
Implementation of hook_init().
advanced_forum_treat_as_forum_post in contributions/advanced_forum/includes/style.inc
This function returns TRUE if the node/comment should be themed and otherwise treated as a forum post.
apachesolr_ajax_human_field_data in contributions/apachesolr_ajax/apachesolr_ajax.module
Invokes and caches the results of hook_apachesolr_ajax_human_field_data(). Provides a drupal_alter() for changing the data for fields.
apachesolr_ajax_search_view in contributions/apachesolr_ajax/apachesolr_ajax.module
Re-implementation of apachesolr_search_view().
apachesolr_ajax_widget_data in contributions/apachesolr_ajax/apachesolr_ajax.module
Returns all data for widget instances. Invokes hook_apachesolr_ajax_widget_data() so modules may add widgets. Provides a drupal_alter() for changing the data for widget instances.
apply_for_role_add_apply in contributions/apply_for_role/apply_for_role.module
Store a role application in the database.
apply_for_role_approve_apply in contributions/apply_for_role/apply_for_role.module
Approve a role application and put the user into the role.
apply_for_role_deny_apply in contributions/apply_for_role/apply_for_role.module
Deny a role application.
apply_for_role_remove_apply in contributions/apply_for_role/apply_for_role.module
asset_init in contributions/asset/asset.module
asset_load in contributions/asset/inc/asset.node.inc
Load an asset object from db and set some default properties. Taken almost exactly from node_load to utilize caching and assetapi load hook
asset_save in contributions/asset/inc/asset.node.inc
Persist an asset object to the db
asset_search_types in contributions/asset/contrib/asset_search/asset_search.module
Build the list of available search types
asset_wizard_methods in contributions/asset/asset_wizard.module
autologout_init in contributions/autologout/autologout.module
Implementation of hook_init().
backup_migrate_get_destination_types in contributions/backup_migrate/includes/destinations.inc
Get the available destination types.
backup_migrate_get_filters in contributions/backup_migrate/includes/filters.inc
Get the available destination types.
blogapi_blogger_edit_post in contributions/blogapi/blogapi.module
Blogging API callback. Modifies the specified blog node.
blogapi_blogger_new_post in contributions/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
bot_action in contributions/bot/bot.module
Send an action to a channel or user.
bot_irc_msg_channel in contributions/bot/bot.module
Framework related messages and features.
bot_message in contributions/bot/bot.module
Send a message to a channel or user.
bot_overview in contributions/bot/bot.module
Displays a quick page listing all the enabled features of the bot.
calais_process_node in contributions/opencalais/calais.module
Process the provided node according to the processing type.
campaignmonitor_get_field_keys in contributions/campaignmonitor/campaignmonitor.module
Get the available field keys
campaignmonitor_get_field_key_values in contributions/campaignmonitor/campaignmonitor.module
Get all the potential merge var values for a given user
cas_login_check in contributions/cas/cas.module
Checks to see if the user needs to be logged in
cas_logout in contributions/cas/cas.module
Logs a user out of drupal and then out of cas
cas_server_logout in contributions/cas/cas_server.module
Cas Logout @TODO: Implement single sign out support
ca_admin in contributions/ubercart/ca/ca.admin.inc
Display the administration page that lets you add and modify predicates.
ca_evaluate_conditions in contributions/ubercart/ca/ca.module
Evaluate a predicate's conditions.
ca_load_action in contributions/ubercart/ca/ca.module
Load actions defined in modules via hook_ca_action().
ca_load_condition in contributions/ubercart/ca/ca.module
Load conditions defined in modules via hook_ca_condition().
ca_load_predicate in contributions/ubercart/ca/ca.module
Load a predicate by its ID.
ca_load_trigger in contributions/ubercart/ca/ca.module
Load triggers defined in modules via hook_ca_trigger().
ca_load_trigger_predicates in contributions/ubercart/ca/ca.module
Load predicates based on the specified parameters.
ca_parse_trigger_args in contributions/ubercart/ca/ca.module
Parse the argument array into a CA friendly array for the trigger.
ca_perform_actions in contributions/ubercart/ca/ca.module
Perform a predicate's actions in order, preserving changes to the arguments.
ca_predicate_meta_form in contributions/ubercart/ca/ca.admin.inc
Form to allow the creation and editing of conditional action predicates.
comment_deploy_check in contributions/deploy/modules/comment_deploy/comment_deploy.module
Implementation of hook_deploy_check().
comment_render in 6/modules/comment/comment.module
Renders comment(s).
condition_edit_form in contributions/condition/condition.admin.inc
Adding or editting a condition.
condition_validate in contributions/condition/condition.module
Validating a condition.
contemplate_node_view in contributions/contemplate/contemplate.module
Run example node through view hooks to present the node object parts
content_access in contributions/cck/content.module
Determine whether the user has access to a given field.
content_features_rebuild in contributions/features/includes/features.content.inc
Implementation of hook_features_rebuild(). Rebuilds CCK field definitions from code defaults.
content_field_instance_create in contributions/cck/includes/content.crud.inc
Create a new field instance.
content_field_instance_delete in contributions/cck/includes/content.crud.inc
Delete an existing field instance.
content_field_instance_read in contributions/cck/includes/content.crud.inc
Load a field instance.
content_field_instance_update in contributions/cck/includes/content.crud.inc
Update an existing field instance.
content_profile_settings_info in contributions/content_profile/content_profile.module
Returns an array, which defines the available settings and their default value.
context_conditions in contributions/context/context.module
Invokes hook_context_conditions() to provide an array of conditions that may be associated with a context.
context_page_alter in contributions/context/context.core.inc
A preprocess_page() function that is called *before* all other preprocessors (including template_preprocess_page()). This allows any final context conditions to be set and any initial reactions to be triggered.
context_reactions in contributions/context/context.module
Invokes hook_context_reactions() to provide an array of reactions that may be associated with a context.
ctools_node_content_render_node in contributions/ctools/plugins/content_types/node_context/node_content.inc
ctools_node_links_render_links in contributions/ctools/plugins/content_types/node_context/node_links.inc
custompage_delegate in contributions/custompage/custompage.module
Find a theme function and/or template file and return content
date_api_views_data in contributions/date/includes/date_api.views.inc
Implementation of hook_views_data()
deploy_plan_check in contributions/deploy/deploy.module
Run the dependency checking hooks for the specified deployment plan.
devel_elements_page in contributions/devel/devel.module
devel_node_access_block in contributions/devel/devel_node_access.module
domain_batch in contributions/domain/domain.admin.inc
Allows for the batch update of certain elements.
domain_configure in contributions/domain/domain.admin.inc
Module settings and behaviors.
domain_configure_form_submit in contributions/domain/domain.admin.inc
Save any changes to the primary domain record.
domain_conf_api in contributions/domain/domain_conf/domain_conf.module
Retrieves elements from hook_domainconf() and formats them as needed.
domain_conf_form in contributions/domain/domain_conf/domain_conf.admin.inc
Custom form to generate domain-specific site settings.
domain_content_form in contributions/domain/domain_content/domain_content.admin.inc
Rewrites node_admin_nodes() to use db_rewrite_sql().
domain_delete_form_submit in contributions/domain/domain.admin.inc
Implement domain_delete_form submit hook.
domain_form_alter in contributions/domain/domain.module
Implement hook_form_alter()
domain_form_submit in contributions/domain/domain.admin.inc
Implement domain_form submit hook.
domain_menu in contributions/domain/domain.module
Implement hook_menu()
domain_nav_render in contributions/domain/domain_nav/domain_nav.module
Renders output for the block.
domain_set_primary_domain in contributions/domain/domain.module
Set the primary domain properly, if necessary.
domain_user_user in contributions/domain/domain_user/domain_user.module
Implement hook_user()
domain_view in contributions/domain/domain.admin.inc
The main administration page, a list of active domains.
domain_warning_check in contributions/domain/domain.module
Sets a message to the site admin.
drupal_cron_run in 6/includes/common.inc
Executes a cron run when called
drupal_flush_all_caches in 6/includes/common.inc
Flush all cached data on the site.
drupal_goto in 6/includes/common.inc
Send the user to a different Drupal page.
drupal_page_footer in 6/includes/common.inc
Perform end-of-request tasks.
drupal_retrieve_form in 6/includes/form.inc
Retrieves the structured array that defines a given form.
drush_hosting_hosting_task_rollback in contributions/hosting/task.hosting.inc
drush_hosting_post_hosting_task in contributions/hosting/task.hosting.inc
emfield_system_list in contributions/emfield/emfield.module
Return an array of installed .inc files and/or loads them upon request. This routine is modeled after drupal_system_listing() (and also depends on it). It's major difference, however, is that it loads .inc files by default.
event_calendar_data in contributions/event/event.module
Returns an array of nodes that occur on a given date. Handles content type and taxonomy filters.
event_page in contributions/event/event.module
Displays a page containing event information. The page layout defaults to a graphical calendar.
facebook_status_delete_status in contributions/facebook_status/facebook_status.module
Delete a status from the database.
facebook_status_save_status in contributions/facebook_status/facebook_status.module
Saves a status into the database.
faq_view_answer in contributions/faq/faq.module
Helper function to setup the faq answer.
features_menu_alter in contributions/features/features.module
Implementation of hook_menu_alter().
fieldgroup_types in contributions/cck/modules/fieldgroup/fieldgroup.module
field_group_default_settings in contributions/cck/modules/fieldgroup/fieldgroup.module
filefield_deploy_get_file_fields in contributions/deploy/modules/filefield_deploy/filefield_deploy.module
Get an array listing the names of all file fields for a specific content type.
file_download in 6/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…
file_node_delete in contributions/fileframework/file.module
Implementation of hook_delete().
file_node_insert in contributions/fileframework/file.module
Implementation of hook_insert().
file_node_update in contributions/fileframework/file.module
Implementation of hook_update().
filter_features_rebuild in contributions/features/includes/features.filter.inc
Implementation of hook_features_rebuild().
fivestar_preview_color in contributions/fivestar/fivestar.module
Callback function for fivestar/preview/color.
fivestar_settings in contributions/fivestar/fivestar.module
Callback function for admin/settings/fivestar. Display the settings form.
fivestar_validate_target in contributions/fivestar/fivestar.module
Check that an item being voted upon is a valid vote.
flag_actions_get_actions in contributions/flag/flag_actions.module
flag_fetch_definition in contributions/flag/flag.inc
Returns a flag definition.
flexifilter_component_sequences in contributions/flexifilter/flexifilter.components.inc
Basic sequence callback.
flexifilter_filter_default_form in contributions/flexifilter/flexifilter.admin.inc
gmap_admin_settings in contributions/gmap/gmap_settings_ui.inc
gmap_defaults in contributions/gmap/gmap.module
Get the defaults for a gmap.
hosting_available_tasks in contributions/hosting/task/hosting_task.module
User-driven task descriptions
hosting_domain_allowed in contributions/hosting/hosting.module
Check site URL is allowed
hosting_get_queues in contributions/hosting/hosting.queues.inc
Retrieve a list of queues that need to be dispatched
hosting_queues_get_arguments in contributions/hosting/hosting.queues.inc
hosting_summary_block in contributions/hosting/hosting.module
i18npoll_view in contributions/i18n/i18npoll/i18npoll.module
Implementation of hook_view().
i18nstrings_admin_refresh in contributions/i18n/i18nstrings/i18nstrings.admin.inc
Form callback. Refresh textgroups.
i18nstrings_refresh_group in contributions/i18n/i18nstrings/i18nstrings.module
Refresh all user defined strings for a given text group
imagecache_cache_private in contributions/imagecache/imagecache.module
callback for handling private files imagecache requests
imagecache_presets in contributions/imagecache/imagecache.module
Get an array of all presets and their settings.
imagefield_file_download in contributions/imagefield/imagefield.module
Implementation of hook_file_download.
image_form_validate in contributions/image/image.module
image_resize_filter_file_download in contributions/image_resize_filter/image_resize_filter.module
Implementation of hook_file_download().
l10n_client_import_package_form in contributions/l10n_client/l10n_client.module
Page callback function to present a form to reimport a translation package.
lm_paypal_process_in in contributions/lm_paypal/lm_paypal.ipn.inc
Process a newly arrived IPN message that has been verified and saved.
locale_translate_export_pot_form in 6/includes/locale.inc
Translation template export form.
locale_translate_export_po_form in 6/includes/locale.inc
Form to export PO files for the languages provided.
locale_translate_import_form in 6/includes/locale.inc
User interface for the translation import screen.
locale_translate_overview_screen in 6/includes/locale.inc
Overview screen for translations.
locale_translate_seek_form in 6/includes/locale.inc
User interface for the string search screen.
menu_block_get_all_menus in contributions/menu_block/menu_block.module
Returns a list of menu names implemented by all modules.
messaging_admin_message_form in contributions/messaging/messaging.admin.inc
Edit message formats
messaging_admin_template_edit in contributions/messaging/messaging.admin.inc
Message groups edit page
messaging_admin_template_tree in contributions/messaging/messaging.admin.inc
Recursively build a table tree for fallback methods
messaging_message_group in contributions/messaging/messaging.module
Returns information about message groups
messaging_message_info in contributions/messaging/messaging.module
Returns parts of messages, that may be formatted for each sending method
messaging_method_info in contributions/messaging/messaging.module
Returns messaging methods properties
messaging_tokens_get_list in contributions/messaging/messaging.admin.inc
Get list of tokens for text replacement
messaging_update_method_update in contributions/messaging/messaging.install
Udate sending method, change for a new one
mimemail_incoming in contributions/mimemail/includes/mimemail.incoming.inc
Parses an externally received message.
nodequeue_api_info in contributions/nodequeue/nodequeue.module
Collect info about all of the possible nodequeue types from owning modules.
nodequeue_queue_swap in contributions/nodequeue/nodequeue.module
Swap two positions within a subqueue.
nodequeue_subqueue_add in contributions/nodequeue/nodequeue.module
Add a node to a queue.
nodequeue_subqueue_remove in contributions/nodequeue/nodequeue.module
Remove a node or node(s) from a nodequeue by position.
nodequeue_subqueue_remove_node in contributions/nodequeue/nodequeue.module
Remove a node from the queue. If a node is in the queue more than once, only the first (closest to 0 position, or the front of the queue) will be removed.
nodereference_node_deploy_check in contributions/deploy/modules/nodereference_deploy/nodereference_deploy.module
Implementation of hook_node_deploy_check().
node_access_acquire_grants in 6/modules/node/node.module
This function will call module invoke to get a list of grants and then write them to the database. It is called at node save, and should be called by modules whenever something other than a node_save causes the permissions on a node to change.
node_access_grants in 6/modules/node/node.module
Fetch an array of permission IDs granted to the given user ID.
node_admin_nodes in 6/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_admin_nodes_submit in 6/modules/node/node.admin.inc
Process node_admin_nodes form submissions.
node_deploy in contributions/deploy/modules/node_deploy/node_deploy.module
Implementation of hook_deploy(),
node_deploy_check in contributions/deploy/modules/node_deploy/node_deploy.module
Implementation of hook_deploy_check().
node_export_get_file in contributions/node_export/node_export.module
Generate text file.
node_type_delete in 6/modules/node/node.module
Deletes a node type from the database.
node_type_reset in 6/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 6/modules/node/node.module
Saves a node type to the database.
node_view in 6/modules/node/node.module
Generate a display of the given node.
og_access in contributions/og/og/og.module
Menu callback; Central access point for all organic groups actions.
og_approve in contributions/og/og.module
og_block_details in contributions/og/og.module
og_broadcast_form_submit in contributions/og/og.pages.inc
og_create_admin_confirm_submit in contributions/og/og.pages.inc
Confirm og create admin form
og_delete_subscription in contributions/og/og.module
og_deny in contributions/og/og.module
og_nodeapi in contributions/og/og.module
Implementation of hook_nodeapi().
og_node_access in contributions/og/og/og.module
Implement hook_node_access()
og_permissions_default_get in contributions/og/og/og.module
Get default permissions as set by implementing modules.
og_save_subscription in contributions/og/og.module
Low level function for managing membership
og_ui_get_group_admin in contributions/og/og_ui/og_ui.module
Get all the group admin menu items.
og_ui_user_admin_account_submit in contributions/og/og_ui/og_ui.admin.inc
Submit the user administration update form.
og_users_roles_grant in contributions/og/og/og.module
Grant a group role to a user.
og_users_roles_revoke in contributions/og/og/og.module
Revoke a group role from a user.
og_user_role_delete in contributions/og/og/og.module
Delete a user role from database.
og_user_role_save in contributions/og/og/og.module
Save a user role to the database.
openid_authentication_request in 6/modules/openid/openid.module
openlayers_cck_widget in contributions/openlayers/modules/openlayers_cck/openlayers_cck.module
Implementation of hook_widget().
page_manager_user_view in contributions/ctools/page_manager/plugins/tasks/user_view.inc
Entry point for our overridden user view.
panels_admin_SAMPLE_CT in contributions/panels/docs/sample_plugin_ct.inc
pathauto_admin_delete in contributions/pathauto/pathauto.admin.inc
Menu callback; select certain alias types to delete.
pathauto_admin_delete_submit in contributions/pathauto/pathauto.admin.inc
Process pathauto_admin_delete form submissions.
pathauto_admin_settings in contributions/pathauto/pathauto.admin.inc
Form builder; Configure the Pathauto system.
performance_shutdown in contributions/devel/performance/performance.module
phptemplate_closure in contributions/javascript_aggregator/javascript_aggregator.module
Implementation of theme_closure().
poll_view in 6/modules/poll/poll.module
Implementation of hook_view().
popups_get_popups in contributions/popups/popups.module
Define hook_popups(). Build the list of popup rules from all modules that implement hook_popups.
popups_skins in contributions/popups/popups.module
Retrieve all information from the popup skin registry.
print_mail_form_submit in contributions/print/print_mail/print_mail.inc
Process the send by-email form submission.
quiz_end_actions in contributions/quiz/quiz.module
Actions to take at the end of a quiz.
quiz_start_actions in contributions/quiz/quiz.module
Actions to take place at the start of a quiz.
quiz_update_total_score in contributions/quiz/quiz.module
Update a score for a quiz.
rules_gather_data in contributions/rules/rules/rules.module
Gathers module definitions for the given name Used for collecting events, rules, actions and condtions from other modules
rules_import_hook in contributions/rules/rules/rules.module
Calls the import hook to allow modules to react on the import.
salesforce_api_fieldmap_objects_load in contributions/salesforce/salesforce_api/salesforce_api.module
Returns all or a subset of the objects defined via hook_sf_fieldmap().
search_admin_settings in 6/modules/search/search.admin.inc
Menu callback; displays the search module settings page.
search_wipe in 6/modules/search/search.module
Wipes a part of or the entire search index.
simpletest_run_tests in contributions/simpletest/simpletest.module
Actually runs tests.
slate_node_form in contributions/admin/theme/template.php
Override of theme_node_form().
storage_api_serve_access in contributions/storage_api/storage_api.module
Determine whether the user has access to a file.
stormorganization_update in contributions/storm/stormorganization/stormorganization.module
stormperson_update in contributions/storm/stormperson/stormperson.module
stormproject_update in contributions/storm/stormproject/stormproject.module
stormtask_update in contributions/storm/stormtask/stormtask.module
stormticket_update in contributions/storm/stormticket/stormticket.module
storm_db_rewrite_sql in contributions/storm/storm.module
subscriptions_add_form_submit in contributions/subscriptions/subscriptions.admin.inc
Add Subscription form submit handler.
subscriptions_content_mail_edit_text in contributions/subscriptions/subscriptions_content.module
Implementation of hook_mail_edit_text().
subscriptions_content_mail_edit_tokens_list in contributions/subscriptions/subscriptions_content.module
Implementation of hook_mail_edit_tokens_list().
subscriptions_del_form in contributions/subscriptions/subscriptions.admin.inc
Provide the form definition for deleting subscriptions via subscriptions/del/... link.
subscriptions_mail_cron in contributions/subscriptions/subscriptions_mail.module
Implementation of hook_cron().
subscriptions_page_user_overview in contributions/subscriptions/subscriptions.admin.inc
Construct the overview page, which displays a summary of subscriptions per type as well as the user settings at user/UID/subscriptions. This form is also used for admin/settings/subscriptions/userdefaults.
subscriptions_types in contributions/subscriptions/subscriptions.module
Hook subscription_types(). Get info about subscription types.
subscriptions_ui_link in contributions/subscriptions/subscriptions_ui.module
Implementation of hook_link().
subscriptions_ui_node_form in contributions/subscriptions/subscriptions_ui.module
Returns the form definition for the node subform.
swftools_methods_available in contributions/swftools/swftools.module
Collect information from all modules about the players and embedding methods available.
system_cron in 6/modules/system/system.module
Implementation of hook_cron().
system_status in 6/modules/system/system.admin.inc
Menu callback: displays the site status report. Can also be used as a pure check.
taxonomy_del_term in 6/modules/taxonomy/taxonomy.module
Delete a term.
taxonomy_del_vocabulary in 6/modules/taxonomy/taxonomy.module
Delete a vocabulary.
taxonomy_save_term in 6/modules/taxonomy/taxonomy.module
Helper function for taxonomy_form_term_submit().
taxonomy_save_vocabulary in 6/modules/taxonomy/taxonomy.module
template_preprocess_views_view_row_comment in contributions/views/modules/comment.views.inc
Template helper for theme_views_view_row_comment
template_preprocess_weblinks_link in contributions/weblinks/weblinks.module
Build template variables.
textactions_evaluate_text in contributions/imagecache_actions/textactions.inc
Generate the dynamic text for this image. Was textactions caption - now merged as an option of text2canvas
themekey_form_alter in contributions/themekey/themekey_admin.inc
Implements hook_form_alter().
themekey_get_global_parameters in contributions/themekey/themekey_base.inc
Assigns global parameters' values to ThemeKey properties. Therefor it calls hook_themekey_global()
themekey_rebuild in contributions/themekey/themekey_build.inc
Rebuilds all ThemeKey related drupal variables by calling ThemeKey's hooks:
theme_closure in 6/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 6/modules/comment/comment.module
Theme comment flat expanded view.
theme_comment_thread_expanded in 6/modules/comment/comment.module
Theme comment thread expanded view.
theme_site_map_display in contributions/site_map/site_map.module
Return a themed site map.
token_get_values in contributions/token/token.module
Return a list of valid substitution tokens and their values for the specified type.
trigger_assign in 6/modules/trigger/trigger.admin.inc
Build the form that allows users to assign actions to hooks.
trigger_forms in 6/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 6/modules/trigger/trigger.module
Implementation of hook_menu().
twitter_get_user_accounts in contributions/twitter/twitter.inc
uc_auction_bid_del_conf_submit in contributions/uc_auction/uc_auction.module
Delete bids.
uc_auction_bid_table_form_submit in contributions/uc_auction/uc_auction.module
Submit placed bids.
uc_auction_cron in contributions/uc_auction/uc_auction.module
Implementation of hook_cron().
uc_auction_form_alter in contributions/uc_auction/uc_auction.module
Implementation of hook_form_alter().
uc_auction_nodeapi in contributions/uc_auction/uc_auction.module
Implementation of hook_nodeapi().
uc_auction_now_form_alter in contributions/uc_auction/uc_auction_now/uc_auction_now.module
Implementation of hook_form_alter().
uc_auction_now_order in contributions/uc_auction/uc_auction_now/uc_auction_now.module
Implementation of hook_order() (an Ubercart hook).
uc_authorizenet_arb_cancel in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Cancels an ARB subscription.
uc_authorizenet_silent_post in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.pages.inc
uc_cart_add_item in contributions/ubercart/uc_cart/uc_cart.module
Add an item to a user's cart.
uc_cart_cart_pane_list in contributions/ubercart/uc_cart/uc_cart.module
Get all of the enabled, sorted cart panes.
uc_cart_complete_sale in contributions/ubercart/uc_cart/uc_cart.module
Complete a sale, including adjusting order status and creating user account.
uc_cart_links_process in contributions/ubercart/uc_cart_links/uc_cart_links.pages.inc
Process a cart link to fiddle with the cart and redirect the user.
uc_cart_pane_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Cart pane callback.
uc_cart_product_is_shippable in contributions/ubercart/uc_cart/uc_cart.module
Determine whether a product is shippable or not.
uc_catalog_buy_it_now_form_submit in contributions/ubercart/uc_product/uc_product.module
See also uc_catalog_buy_it_now_form()
uc_checkout_pane_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Shipping quote checkout pane callback.
uc_get_message in contributions/ubercart/uc_store/uc_store.module
Return the default message for a configurable message.
uc_googleanalytics_display in contributions/ubercart/uc_googleanalytics/uc_googleanalytics.module
Determine whether or not to display the e-commerce related JS through GA.
uc_order_actions in contributions/ubercart/uc_order/uc_order.module
Return the actions a user may perform on an order.
uc_order_edit_products in contributions/ubercart/uc_order/uc_order.admin.inc
Populate the product add/edit div on the order edit screen.
uc_order_get_total in contributions/ubercart/uc_order/uc_order.module
Calculate up an order's total!
uc_order_is_shippable in contributions/ubercart/uc_order/uc_order.module
An order can be shipped if any of its products can be shipped.
uc_order_new in contributions/ubercart/uc_order/uc_order.module
Generate a new order for user $uid.
uc_order_pane_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Shipping quote order pane callback.
uc_order_state_list in contributions/ubercart/uc_order/uc_order.module
Return a sorted list of the order states defined in the various modules.
uc_order_update_status in contributions/ubercart/uc_order/uc_order.module
Update an order's status as long as no one objects.
uc_payment_enter in contributions/ubercart/payment/uc_payment/uc_payment.module
Enter a payment for an order.
uc_paypal_ec_review_form_submit in contributions/ubercart/payment/uc_paypal/uc_paypal.pages.inc
uc_product_add_to_cart_form_submit in contributions/ubercart/uc_product/uc_product.module
See also uc_product_add_to_cart_form()
uc_product_class_delete_confirm_submit in contributions/ubercart/uc_product/uc_product.admin.inc
See also uc_product_class_delete_confirm()
uc_product_class_form_submit in contributions/ubercart/uc_product/uc_product.admin.inc
See also uc_product_class_form()
uc_product_feature_add_form in contributions/ubercart/uc_product/uc_product.admin.inc
Add the form for adding a product feature to the features tab.
uc_product_feature_data in contributions/ubercart/uc_product/uc_product.module
Return a bit of data from a product feature array based on the feature ID and array key.
uc_product_feature_settings_form in contributions/ubercart/uc_product/uc_product.admin.inc
Display the settings form for all product features.
uc_product_get_description in contributions/ubercart/uc_product/uc_product.module
Return HTML for the product description.
uc_product_get_models in contributions/ubercart/uc_product/uc_product.module
Get all models of a product (node).
uc_product_kit_add_to_cart in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_add_to_cart().
uc_product_kit_order_product_alter in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_order_product_alter().
uc_product_menu in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_menu().
uc_product_settings_form in contributions/ubercart/uc_product/uc_product.admin.inc
Form to change product settings.
uc_product_types in contributions/ubercart/uc_product/uc_product.module
Return an array of product node types.
uc_product_type_names in contributions/ubercart/uc_product/uc_product.module
Return an associative array of product node type names keyed by ID.
uc_product_update_4 in contributions/ubercart/uc_product/uc_product.install
uc_quote_cache_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Pre-render callback added to uc_cart_checkout_form().
uc_quote_ca_trigger in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of hook_ca_trigger().
uc_quote_condition_order_shipping_method in contributions/ubercart/shipping/uc_quote/uc_quote.module
Check an order's shipping method.
uc_quote_condition_order_shipping_method_form in contributions/ubercart/shipping/uc_quote/uc_quote.module
See also uc_quote_condition_order_shipping_method()
uc_quote_method_settings in contributions/ubercart/shipping/uc_quote/uc_quote.admin.inc
Settings for the shipping quote methods.
uc_quote_shipping_method_options in contributions/ubercart/shipping/uc_quote/uc_quote.module
Return an options array of shipping methods.
uc_quote_type_options in contributions/ubercart/shipping/uc_quote/uc_quote.module
Return an array of quote types to be selected in a form.
uc_recurring_fee_cancel in contributions/uc_recurring/uc_recurring.module
Wrapper function to cancel a user's recurring fee.
uc_recurring_fee_product_delete in contributions/uc_recurring/uc_recurring.module
Deletes a recurring product.
uc_recurring_fee_user_delete in contributions/uc_recurring/uc_recurring.module
Delete a recurring fee from a user.
uc_recurring_hosted_subscription_delete in contributions/uc_recurring/modules/uc_recurring_hosted/uc_recurring_hosted.module
Delete a record by subscription ID or recurring fee ID.
uc_recurring_hosted_subscription_save in contributions/uc_recurring/modules/uc_recurring_hosted/uc_recurring_hosted.module
Save a new subscription ID
uc_recurring_renew in contributions/uc_recurring/uc_recurring.module
Process a renewal, either from the cron job or manually from a fee handler.
uc_recurring_user_access in contributions/uc_recurring/uc_recurring.module
Restrict access to recurring fee operations for users.
uc_shipping_make_shipment in contributions/ubercart/shipping/uc_shipping/uc_shipping.admin.inc
Default method to send packages on a shipment.
uc_shipping_new_shipment in contributions/ubercart/shipping/uc_shipping/uc_shipping.admin.inc
Set up a new shipment with the chosen packages.
uc_shipping_package_cancel_confirm_submit in contributions/ubercart/shipping/uc_shipping/uc_shipping.admin.inc
See also uc_shipping_package_cancel_confirm()
uc_shipping_package_view in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display the details of a package.
uc_shipping_shipment_delete in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Delete a shipment.
uc_shipping_shipment_delete_confirm_submit in contributions/ubercart/shipping/uc_shipping/uc_shipping.admin.inc
Submit handler for uc_shipping_shipment_delete_confirm().
uc_shipping_shipment_edit in contributions/ubercart/shipping/uc_shipping/uc_shipping.admin.inc
Create or edit a shipment.
uc_shipping_shipment_load in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Load a shipment and its packages.
uc_shipping_shipment_save in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Save a shipment.
uc_shipping_shipment_view in contributions/ubercart/shipping/uc_shipping/uc_shipping.admin.inc
Display shipment details.
uc_stock_adjust in contributions/ubercart/uc_stock/uc_stock.module
Adjust the product stock level by a set amount.
uc_store_admin in contributions/ubercart/uc_store/uc_store.admin.inc
Display dashboard to other admin pages for the store.
uc_store_get_image_widgets in contributions/ubercart/uc_store/uc_store.module
Get image widgets defined by various modules.
uc_taxes_calculate in contributions/ubercart/uc_taxes/uc_taxes.module
Calculate the taxes for an order based on enabled tax modules.
uc_taxes_javascript in contributions/ubercart/uc_taxes/uc_taxes.module
AJAX callback for order preview.
uc_taxes_update_5 in contributions/ubercart/uc_taxes/uc_taxes.install
user_admin_account in 6/modules/user/user.admin.inc
Form builder; User administration page.
user_admin_account_submit in 6/modules/user/user.admin.inc
Submit the user administration update form.
user_deploy_check_user in contributions/deploy/modules/user_deploy/user_deploy.module
Check to see if a user should be added to the deployment plan currently being pushed.
user_features_rebuild in contributions/features/includes/features.user.inc
Implementation of hook_features_rebuild().
user_relationships_api_privatemsg_block_message in contributions/user_relationships/user_relationships_api/user_relationships_api.privatemsg.inc
Blocks messages to users that are not in relationships with sender. See also hook_privatemsg_block_message()
views_analyze_view in contributions/views/includes/analyze.inc
Analyze a review and return the results.
views_bulk_operations_update_6000 in contributions/views_bulk_operations/views_bulk_operations.install
Implementation of hook_update_N().
virtual_site_features in contributions/virtual_site/virtual_site.module
Get all features
votingapi_add_votes in contributions/votingapi/votingapi.module
Save a collection of votes to the database.
votingapi_delete_votes in contributions/votingapi/votingapi.module
Delete votes from the database.
votingapi_recalculate_results in contributions/votingapi/votingapi.module
Recalculates the aggregate results of all votes for a piece of content.
votingapi_views_data_alter in contributions/votingapi/views/votingapi.views.inc
webform_export_fetch_definition in contributions/webform/webform_export.inc
Returns a Webform exporter definition.
weblinks_content_extra_fields in contributions/weblinks/weblinks.cck.inc
Implementation of hook_content_extra_fields. Tell CCK about our fields so the user can manage them.
weblinks_perm in contributions/weblinks/weblinks.module
Implementation of hook_perm().
weblinks_user_form in contributions/weblinks/weblinks.user.inc
workflow_deletewf in contributions/workflow/workflow.module
Delete a workflow from the database. Deletes all states, transitions and node type mappings, too. Removes workflow state information from nodes participating in this workflow.
workflow_execute_transition in contributions/workflow/workflow.module
Execute a transition (change state of a node).
workflow_overview in contributions/workflow/workflow.admin.inc
Menu callback. Create the main workflow page, which gives an overview of workflows and workflow states.
workflow_state_delete in contributions/workflow/workflow.module
Delete a workflow state from the database, including any transitions the state was involved in and any associations with actions that were made to that transition.
workflow_transition_delete in contributions/workflow/workflow.module
Delete a transition (and any associated actions).
wysiwyg_get_plugins in contributions/wysiwyg/wysiwyg.module
Return plugin metadata from the plugin registry.
xmlsitemap_file_transfer in contributions/xmlsitemap/xmlsitemap.pages.inc
Modified version of file_transfer() that invokes hook_exit()s afterwards.
_addresses_settings in contributions/addresses/addresses.settings.inc
Modules settings page
_addresses_settings_fields in contributions/addresses/addresses.settings.inc
Generate a settings form that will allow admins to choose which addresses fields shuold be used.
_addresses_user_form in contributions/addresses/addresses_user/addresses_user.inc
Create a address form for users
_advanced_forum_preprocess_comment in contributions/advanced_forum/includes/advanced_forum_preprocess_comment.inc
_apachesolr_exclude_types in contributions/apachesolr/apachesolr.module
_audio_player_build_list in contributions/audio/audio.module
Loads the player plugs-ins and returns their details.
_ca_convert_actions in contributions/ubercart/ca/ca.admin.inc
Helper function for converting Ubercart's Workflow-ng actions.
_ca_convert_conditions in contributions/ubercart/ca/ca.admin.inc
Helper function for converting Ubercart's Workflow-ng conditions.
_checkout_pane_list in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Build a list of checkout panes defined in the enabled modules.
_coder_reviews in contributions/coder/coder.module
Get all of the code review modules, including contributions.
_content_type_info in contributions/cck/content.module
Collate all information on content types, fields, and related structures.
_custompage_get_mappings in contributions/custompage/custompage.module
_date_formats_build in contributions/date/date_api.module
Builds and returns the list of available date formats.
_drupal_bootstrap_full in 6/includes/common.inc
_emfield_field_columns in contributions/emfield/emfield.cck.inc
Helper function to consistantly define field columns.
_facebook_status_edit_submit in contributions/facebook_status/facebook_status.edit.inc
Submit function for the status update form.
_feedapi_store_settings in contributions/feedapi/feedapi.module
Stores settings per content type or per node.
_flexifilter_part_list in contributions/flexifilter/flexifilter.module
An API function that gets a list of all the flexifilter components present.
_gmap_parse_macro in contributions/gmap/gmap_parse_macro.inc
_image_build_derivatives in contributions/image/image.module
Generate image derivatives.
_line_item_list in contributions/ubercart/uc_order/uc_order.line_item.inc
Build a list of line items defined in the enabled modules.
_locale_translate_seek in 6/includes/locale.inc
Perform a string search and display results in a table
_node_types_build in 6/modules/node/node.module
Builds and returns the list of available node types.
_order_pane_list in contributions/ubercart/uc_order/uc_order.order_pane.inc
Build a list of order panes defined in the enabled modules.
_payment_gateway_list in contributions/ubercart/payment/uc_payment/uc_payment.module
Build a list of payment gateways defined in the enabled modules.
_payment_method_list in contributions/ubercart/payment/uc_payment/uc_payment.module
Build a list of payment methods defined in the enabled modules.
_ping_notify in 6/modules/ping/ping.module
Call hook_ping() in all modules to notify remote sites that there is new content at this one.
_quiz_question_get_implementations in contributions/quiz/question_types/quiz_question/quiz_question.module
Get the information about various implementations of quiz questions.
_simpletest_batch_finished in contributions/simpletest/simpletest.module
_simpletest_batch_operation in contributions/simpletest/simpletest.module
Batch operation callback.
_taxonomy_menu_create_options in contributions/taxonomy_menu/taxonomy_menu.module
Used to create a form array of taxonomy menu options invokes hook_taxonomy_menu_options().
_taxonomy_menu_get_paths in contributions/taxonomy_menu/taxonomy_menu.module
Create the path to use in the menu item
_uc_auction_is_uc_type in contributions/uc_auction/uc_auction.module
Check if a node's type is an Ubercart product type.
_uc_file_gather_files in contributions/ubercart/uc_file/uc_file.module
Retrieve an updated list of available downloads.
_uc_quote_assemble_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.pages.inc
Pull the get_quote_from_* triggers and assemble their returned data.
_user_relationships_invoke in contributions/user_relationships/user_relationships_api/user_relationships_api.module
Invoke hook_user_relationships() or hook_user_relationships_type() Just a helper that allows us to pass the relationship or relationship_type object by reference
_views_bulk_operations_get_object_info in contributions/views_bulk_operations/views_bulk_operations.module
_views_discover_default_views in contributions/views/includes/cache.inc
Scan all modules for default views and rebuild the default views cache.
_views_fetch_data in contributions/views/includes/cache.inc
Fetch Views' data from the cache

Code

6/includes/module.inc, line 475

<?php
function module_invoke_all() {
  $args = func_get_args();
  $hook = $args[0];
  unset($args[0]);
  $return = array();
  foreach (module_implements($hook) as $module) {
    $function = $module .'_'. $hook;
    $result = call_user_func_array($function, $args);
    if (isset($result) && is_array($result)) {
      $return = array_merge_recursive($return, $result);
    }
    else if (isset($result)) {
      $return[] = $result;
    }
  }

  return $return;
}
?>