53 calls to module_invoke()

block_admin_configure in drupal-6.x/modules/block/block.admin.inc
Menu callback; displays the block configuration form.
block_admin_configure_submit in drupal-6.x/modules/block/block.admin.inc
block_list in drupal-6.x/modules/block/block.module
Return all blocks in the specified region for the current user.
block_user in drupal-6.x/modules/block/block.module
Implementation of hook_user().
blogapi_metaweblog_get_category_list in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Returns a list of the taxonomy terms that can be associated with a blog node.
blogapi_mt_get_post_categories in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Returns a list of the taxonomy terms that are assigned to a particular node.
bootstrap_invoke_all in drupal-6.x/includes/bootstrap.inc
Call all init or exit hooks without including all modules.
check_markup in drupal-6.x/modules/filter/filter.module
Run all the enabled filters on a piece of text.
drupal_check_module in drupal-6.x/includes/install.inc
Check a module's requirements.
drupal_check_profile in drupal-6.x/includes/install.inc
Check a profile's requirements.
drupal_get_schema in drupal-6.x/includes/common.inc
Get the schema definition of a table, or the whole database schema.
drupal_get_schema_unprocessed in drupal-6.x/includes/common.inc
Returns the unprocessed and unaltered version of a module's schema.
drupal_install_system in drupal-6.x/includes/install.inc
Callback to install the system module.
drupal_uninstall_module in drupal-6.x/includes/install.inc
Calls the uninstall function and updates the system table for a given module.
filter_admin_configure in drupal-6.x/modules/filter/filter.admin.inc
Build a form to change the settings for a format's filters.
filter_admin_format_form in drupal-6.x/modules/filter/filter.admin.inc
Generate a filter format form.
filter_admin_format_form_submit in drupal-6.x/modules/filter/filter.admin.inc
Process filter format form submissions.
filter_list_all in drupal-6.x/modules/filter/filter.module
Build a list of all filters.
filter_list_format in drupal-6.x/modules/filter/filter.module
Retrieve a list of filters for a certain format.
help_links_as_list in drupal-6.x/modules/help/help.admin.inc
help_page in drupal-6.x/modules/help/help.admin.inc
Menu callback; prints a page listing general help for a module.
hook_search in documentation-6.x/developer/hooks/core.php
Define a custom search routine.
menu_get_active_help in drupal-6.x/includes/menu.inc
Returns the help associated with the active menu item.
module_disable in drupal-6.x/includes/module.inc
Disable a given set of modules.
module_enable in drupal-6.x/includes/module.inc
Enable a given list of modules.
node_access in drupal-6.x/modules/node/node.module
Determine whether the current user may perform the given operation on the specified node.
node_filters in drupal-6.x/modules/node/node.admin.inc
List node administration filters that can be applied.
node_filter_form in drupal-6.x/modules/node/node.admin.inc
Return form for node administration filters.
node_form_alter in drupal-6.x/modules/node/node.module
Implementation of hook_form_alter().
path_admin_overview in drupal-6.x/modules/path/path.admin.inc
Return 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_settings in drupal-6.x/modules/search/search.admin.inc
Menu callback; displays the search module settings page.
search_cron in drupal-6.x/modules/search/search.module
Implementation of hook_cron().
search_data in drupal-6.x/modules/search/search.module
Perform a standard search on the given keys, and return the formatted results.
search_invoke_preprocess in drupal-6.x/modules/search/search.module
Invokes hook_search_preprocess() in modules.
search_view in drupal-6.x/modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
statistics_exit in drupal-6.x/modules/statistics/statistics.module
Implementation of hook_exit().
system_admin_by_module in drupal-6.x/modules/system/system.admin.inc
Menu callback; prints a listing of admin tasks for each installed module.
system_get_module_admin_tasks in drupal-6.x/modules/system/system.module
Generate a list of tasks offered by a specified module.
system_modules_submit in drupal-6.x/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_themes_form_submit in drupal-6.x/modules/system/system.admin.inc
Process system_themes_form form submissions.
system_update_6027 in drupal-6.x/modules/system/system.install
Add block cache.
taxonomy_term_path in drupal-6.x/modules/taxonomy/taxonomy.module
For vocabularies not maintained by taxonomy.module, give the maintaining module a chance to provide a path for terms in that vocabulary.
update_check_requirements in drupal-6.x/update.php
Check update requirements and report any errors.
update_script_selection_form in drupal-6.x/update.php
user_admin_perm in drupal-6.x/modules/user/user.admin.inc
Menu callback: administer permissions.
user_filters in drupal-6.x/modules/user/user.module
List user administration filters that can be applied.
watchdog in drupal-6.x/includes/bootstrap.inc
Log a system message.
_block_rehash in drupal-6.x/modules/block/block.module
Update the 'blocks' DB table with the blocks currently exported by modules.
_db_rewrite_sql in drupal-6.x/includes/database.inc
Helper function for db_rewrite_sql.
_drupal_install_module in drupal-6.x/includes/install.inc
Callback to install an individual profile module.
_element_info in drupal-6.x/includes/form.inc
Retrieve the default properties for the defined element type.
_filter_tips in drupal-6.x/modules/filter/filter.module
Helper function for fetching filter tips.
_search_menu in drupal-6.x/modules/search/search.module