module_invoke_all

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Functions that call module_invoke_all()

Namesort iconLocationDescription
comment_rendermodules/comment/comment.moduleRenders comment(s).
drupal_cron_runincludes/common.incExecutes a cron run when called
drupal_gotoincludes/common.incSend the user to a different Drupal page.
drupal_page_footerincludes/common.incPerform end-of-request tasks.
drupal_retrieve_formincludes/form.incRetrieves the structured array that defines a given form.
module_invoke_allincludes/module.incInvoke a hook in all enabled modules that implement it.
node_access_acquire_grantsmodules/node/node.moduleThis 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_grantsmodules/node/node.moduleFetch an array of permission IDs granted to the given user ID.
node_admin_nodes_submitmodules/node/node.moduleSubmit the node administration update form.
node_type_deletemodules/node/node.moduleDeletes a node type from the database.
node_type_resetmodules/node/content_types.incResets all of the relevant fields of a module-defined node type to their default values.
node_type_savemodules/node/node.moduleSaves a node type to the database.
node_viewmodules/node/node.moduleGenerate a display of the given node.
poll_viewmodules/poll/poll.moduleImplementation of hook_view().
search_admin_settingsmodules/search/search.moduleMenu callback; displays the search module settings page.
search_wipemodules/search/search.moduleWipes a part of or the entire search index.
system_statusmodules/system/system.moduleMenu callback: displays the site status report. Can also be used as a pure check.
taxonomy_del_termmodules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_del_vocabularymodules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_save_termmodules/taxonomy/taxonomy.moduleHelper function for taxonomy_form_term_submit().
theme_closureincludes/theme.incExecute hook_footer() which is run at the end of the page right before the close of the body tag.
user_admin_account_submitmodules/user/user.moduleSubmit the user administration update form.
user_deletemodules/user/user.moduleDelete a user.
user_logoutmodules/user/user.moduleMenu callback; logs the current user out, and redirects to the home page.
_menu_append_contextual_itemsincludes/menu.incAccount for menu items that are only defined at certain paths, so will not be cached.
_menu_buildincludes/menu.incBuild the menu by querying both modules and the database.
_node_types_buildmodules/node/node.moduleBuilds and returns the list of available node types.
_ping_notifymodules/ping/ping.moduleCall hook_ping() in all modules to notify remote sites that there is new content at this one.

Functions called by module_invoke_all()

Namesort iconLocationDescription
module_implementsincludes/module.incDetermine which modules are implementing a hook.
module_invoke_allincludes/module.incInvoke a hook in all enabled modules that implement it.
 
 

Drupal is a registered trademark of Dries Buytaert.