module_invoke

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Functions that call module_invoke()

Namesort iconLocationDescription
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
block_admin_configuremodules/block/block.admin.incMenu 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_get_schemaincludes/common.incGet the schema definition of a table, or the whole database schema.
drupal_get_schema_unprocessedincludes/common.incReturns the unprocessed and unaltered version of a module's schema.
drupal_http_requestincludes/common.incPerform an HTTP request.
drupal_install_systemincludes/install.incCallback to install the system module.
drupal_uninstall_moduleincludes/install.incCalls the uninstall function and updates the system table for a given module.
filter_admin_configuremodules/filter/filter.admin.incBuild a form to change the settings for a format's filters.
filter_admin_format_formmodules/filter/filter.admin.incGenerate a filter format form. See alsofilter_admin_format_form_validate()
filter_admin_format_form_submitmodules/filter/filter.admin.incProcess 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.admin.incMenu callback; prints a page listing general help for a module.
hook_searchdeveloper/hooks/core.phpDefine a custom search routine.
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.admin.incList node administration filters that can be applied.
node_filter_formmodules/node/node.admin.incReturn form for node administration filters.
node_form_altermodules/node/node.moduleImplementation of hook_form_alter().
node_searchmodules/node/node.moduleImplementation of hook_search().
openid_associationmodules/openid/openid.moduleAttempt to create a shared secret with the OpenID Provider.
openid_discoverymodules/openid/openid.modulePerform discovery on a claimed ID to determine the OpenID provider endpoint.
openid_verify_assertionmodules/openid/openid.moduleAttempt to verify the response received from the OpenID Provider.
path_admin_overviewmodules/path/path.admin.incReturn a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases.
search_admin_settingsmodules/search/search.admin.incMenu callback; displays the search module settings page. See alsosystem_settings_form()
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_invoke_preprocessmodules/search/search.moduleInvokes hook_search_preprocess() in modules.
search_viewmodules/search/search.pages.incMenu callback; presents the search form and/or search results.
statistics_exitmodules/statistics/statistics.moduleImplementation of hook_exit().
system_admin_by_modulemodules/system/system.admin.incMenu callback; prints a listing of admin tasks for each installed module.
system_get_module_admin_tasksmodules/system/system.moduleGenerate a list of tasks offered by a specified module.
system_modules_submitmodules/system/system.admin.incSubmit callback; handles modules form submission.
system_themes_form_submitmodules/system/system.admin.incProcess system_themes_form form submissions.
system_update_6027modules/system/system.installAdd block cache.
update_check_requirementsupdate.phpCheck update requirements and report any errors.
user_admin_permmodules/user/user.admin.incMenu callback: administer permissions. See alsouser_admin_perm_submit()
user_filtersmodules/user/user.moduleList user administration filters that can be applied.
watchdogincludes/bootstrap.incLog a system message.
_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.
_drupal_install_moduleincludes/install.incCallback to install an individual profile module.
_element_infoincludes/form.incRetrieve the default properties for the defined element type.
_filter_tipsmodules/filter/filter.moduleHelper function for fetching filter tips.
_update_refreshmodules/update/update.fetch.incFetch project info via XML from a central server.
_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.
 
 

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.