module_invoke

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Functions that call module_invoke()

Namesort iconLocationDescription
block_admin_configuremodules/block.moduleMenu callback; displays the block configuration form.
block_listmodules/block.moduleReturn all blocks in the specified region for the current user.
block_usermodules/block.moduleImplementation of hook_user().
blogapi_metaweblog_get_category_listmodules/blogapi.moduleBlogging API callback. Returns a list of the taxonomy terms that can be associated with a blog node.
blogapi_mt_get_post_categoriesmodules/blogapi.moduleBlogging API callback. Returns a list of the taxonomy terms that are assigned to a particular node.
bootstrap_invoke_allincludes/bootstrap.incCall all init or exit hooks without including all modules.
check_markupmodules/filter.moduleRun all the enabled filters on a piece of text.
filter_admin_configuremodules/filter.moduleMenu callback; display settings defined by filters.
filter_admin_format_formmodules/filter.moduleGenerate a filter format form.
filter_admin_format_form_submitmodules/filter.moduleProcess filter format form submissions.
filter_list_allmodules/filter.moduleBuild a list of all filters.
filter_list_formatmodules/filter.moduleRetrieve a list of filters for a certain format.
help_pagemodules/help.moduleMenu callback; prints a page listing general help for all modules.
legacy_blog_feedmodules/legacy.moduleMenu callback; redirects users to new blog feed paths.
menu_get_active_helpincludes/menu.incReturns the help associated with the active menu item.
module_invokeincludes/module.incInvoke a hook in a particular module.
node_accessmodules/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_filtersmodules/node.moduleList node administration filters that can be applied.
node_filter_formmodules/node.moduleReturn form for node administration filters.
node_form_altermodules/node.moduleImplementation of hook_form_alter().
node_searchmodules/node.moduleImplementation of hook_search().
search_cronmodules/search.moduleImplementation of hook_cron().
search_datamodules/search.modulePerform a standard search on the given keys, and return the formatted results.
search_menumodules/search.moduleImplementation of hook_menu().
search_preprocessmodules/search.moduleInvokes hook_search_preprocess() in modules.
search_settingsmodules/search.moduleMenu callback; displays the search module settings page.
search_viewmodules/search.moduleMenu callback; presents the search form and/or search results.
statistics_exitmodules/statistics.moduleImplementation of hook_exit().
system_modulesmodules/system.moduleMenu callback; displays a listing of all modules.
system_site_settingsmodules/system.moduleMenu callback; displays a module's settings page.
system_theme_settingsmodules/system.moduleMenu callback; display theme configuration for entire site and individual themes.
throttle_exitmodules/throttle.moduleImplementation of hook_exit().
update_dataupdate.phpPerform one update and store the results which will later be displayed on the finished page.
user_admin_permmodules/user.moduleMenu callback: administer permissions.
user_helpmodules/user.moduleImplementation of hook_help().
_block_rehashmodules/block.moduleUpdate the 'blocks' DB table with the blocks currently exported by modules.
_db_rewrite_sqlincludes/database.incHelper function for db_rewrite_sql.
_element_infoincludes/form.incRetrieve the default properties for the defined element type.
_filter_tipsmodules/filter.moduleHelper function for fetching filter tips.
_user_categoriesmodules/user.moduleRetrieve a list of all user setting/information categories and sort them by weight.
_user_formsmodules/user.moduleRetrieve a list of all form elements for the specified category.

Functions called by module_invoke()

Namesort iconLocationDescription
module_hookincludes/module.incDetermine whether a module implements a hook.
module_invokeincludes/module.incInvoke a hook in a particular module.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.