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/block.moduleMenu callback; displays the block configuration form.
block_listmodules/block/block.moduleReturn all blocks in the specified region for the current user.
block_usermodules/block/block.moduleImplementation of hook_user().
blogapi_metaweblog_get_category_listmodules/blogapi/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/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/filter.moduleRun all the enabled filters on a piece of text.
drupal_check_moduleincludes/install.incCheck a module's requirements.
drupal_check_profileincludes/install.incCheck a profile's requirements.
drupal_install_modulesincludes/install.incCalls the install function and updates the system table for a given list of modules.
drupal_install_profileincludes/install.incInstall a profile (i.e. a set of modules) from scratch. The profile must be verified first using drupal_verify_profile().
drupal_uninstall_moduleincludes/install.incCalls the uninstall function and updates the system table for a given module.
filter_admin_configuremodules/filter/filter.moduleMenu callback; display settings defined by filters.
filter_admin_format_formmodules/filter/filter.moduleGenerate a filter format form.
filter_admin_format_form_submitmodules/filter/filter.moduleProcess filter format form submissions.
filter_list_allmodules/filter/filter.moduleBuild a list of all filters.
filter_list_formatmodules/filter/filter.moduleRetrieve a list of filters for a certain format.
help_pagemodules/help/help.moduleMenu callback; prints a page listing general help for all modules.
legacy_blog_feedmodules/legacy/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_disableincludes/module.incDisable a given set of modules.
module_enableincludes/module.incEnable a given list of modules.
module_invokeincludes/module.incInvoke a hook in a particular module.
node_accessmodules/node/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_filtersmodules/node/node.moduleList node administration filters that can be applied.
node_filter_formmodules/node/node.moduleReturn form for node administration filters.
node_form_altermodules/node/node.moduleImplementation of hook_form_alter().
node_searchmodules/node/node.moduleImplementation of hook_search().
search_admin_settingsmodules/search/search.moduleMenu callback; displays the search module settings page.
search_cronmodules/search/search.moduleImplementation of hook_cron().
search_datamodules/search/search.modulePerform a standard search on the given keys, and return the formatted results.
search_menumodules/search/search.moduleImplementation of hook_menu().
search_preprocessmodules/search/search.moduleInvokes hook_search_preprocess() in modules.
search_viewmodules/search/search.moduleMenu callback; presents the search form and/or search results.
statistics_exitmodules/statistics/statistics.moduleImplementation of hook_exit().
system_admin_by_modulemodules/system/system.moduleMenu callback; prints a listing of admin tasks for each installed module.
update_dataupdate.phpPerform one update and store the results which will later be displayed on the finished page.
user_admin_permmodules/user/user.moduleMenu callback: administer permissions.
user_filtersmodules/user/user.moduleList user administration filters that can be applied.
user_helpmodules/user/user.moduleImplementation of hook_help().
_block_rehashmodules/block/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/filter.moduleHelper function for fetching filter tips.
_user_categoriesmodules/user/user.moduleRetrieve a list of all user setting/information categories and sort them by weight.
_user_formsmodules/user/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.
 
 

Drupal is a registered trademark of Dries Buytaert.