| aggregator_aggregator_parse | drupal/modules/aggregator/aggregator.parser.inc | Implementation of hook_aggregator_parse(). |
| aggregator_refresh | drupal/modules/aggregator/aggregator.module | Checks a news feed for new items. |
| block_add_block_form_submit | drupal/modules/block/block.admin.inc | Save the new custom block. |
| block_admin_display_form_submit | drupal/modules/block/block.admin.inc | Process main blocks administration form submissions. |
| block_box_delete_submit | drupal/modules/block/block.admin.inc | Deletion of custom blocks. |
| cache_clear_all | drupal/includes/cache.inc | Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page and cache_block tables. |
| comment_admin_overview_submit | drupal/modules/comment/comment.admin.inc | Process comment_admin_overview form submissions. |
| comment_confirm_delete_submit | drupal/modules/comment/comment.admin.inc | Process comment_confirm_delete form submissions. |
| comment_multiple_delete_confirm_submit | drupal/modules/comment/comment.admin.inc | Process comment_multiple_delete_confirm form submissions. |
| comment_save | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| drupal_flush_all_caches | drupal/includes/common.inc | Flush all cached data on the site. |
| drupal_process_form | drupal/includes/form.inc | This function is the heart of form API. The form gets built, validated and in
appropriate cases, submitted. |
| drupal_theme_rebuild | drupal/includes/theme.inc | Force the system to rebuild the theme registry; this should be called
when modules are added to the system, or when a dynamic system needs
to add more theme hooks. |
| filter_admin_configure_submit | drupal/modules/filter/filter.admin.inc | Clear the filter's cache when configuration settings are saved. |
| filter_admin_delete_submit | drupal/modules/filter/filter.admin.inc | Process filter delete form submission. |
| filter_admin_format_form_submit | drupal/modules/filter/filter.admin.inc | Process filter format form submissions. |
| filter_admin_order_submit | drupal/modules/filter/filter.admin.inc | Process filter order configuration form submission. |
| filter_cron | drupal/modules/filter/filter.module | Implementation of hook_cron(). |
| locale | drupal/modules/locale/locale.module | Provides interface translation services. |
| locale_languages_delete_form_submit | drupal/includes/locale.inc | Process language deletion submissions. |
| locale_languages_overview_form_submit | drupal/includes/locale.inc | Process language overview form submissions, updating existing languages. |
| locale_translate_delete_form_submit | drupal/includes/locale.inc | Process string deletion submissions. |
| locale_translate_edit_form_submit | drupal/includes/locale.inc | Process string editing form submissions. |
| menu_cache_clear | drupal/includes/menu.inc | Clears the cached cached data for a single named menu. |
| menu_cache_clear_all | drupal/includes/menu.inc | Clears all cached menu data. This should be called any time broad changes
might have been made to the router items or menu links. |
| menu_delete_menu_confirm_submit | drupal/modules/menu/menu.admin.inc | Delete a custom menu and all items in it. |
| menu_link_save | drupal/includes/menu.inc | Save a menu link. |
| menu_rebuild | drupal/includes/menu.inc | (Re)populate the database tables used by various menu functions. |
| module_disable | drupal/includes/module.inc | Disable a given set of modules. |
| module_enable | drupal/includes/module.inc | Enable a given list of modules. |
| module_implements | drupal/includes/module.inc | Determine which modules are implementing a hook. |
| node_access_rebuild | drupal/modules/node/node.module | Rebuild the node access database. This is occasionally needed by modules
that make system-wide changes to access levels. |
| node_admin_nodes_submit | drupal/modules/node/node.admin.inc | Process node_admin_nodes form submissions. |
| node_delete | drupal/modules/node/node.module | Delete a node. |
| node_save | drupal/modules/node/node.module | Save a node object into the database. |
| node_type_form_submit | drupal/modules/node/content_types.inc | Implementation of hook_form_submit(). |
| node_type_update_nodes | drupal/modules/node/node.module | Updates all nodes of one type to be of another type. |
| poll_vote | drupal/modules/poll/poll.module | Submit handler for processing a vote |
| profile_admin_overview_submit | drupal/modules/profile/profile.admin.inc | Submit handler to update changed profile field weights and categories. |
| profile_field_delete_submit | drupal/modules/profile/profile.admin.inc | Process a field delete form submission. |
| profile_field_form_submit | drupal/modules/profile/profile.admin.inc | Process profile_field_form submissions. |
| simpletest_run_tests | drupal/modules/simpletest/simpletest.module | Actually runs tests. |
| system_cron | drupal/modules/system/system.module | Implementation of hook_cron(). |
| system_modules | drupal/modules/system/system.admin.inc | Menu callback; provides module enable/disable interface. |
| system_modules_submit | drupal/modules/system/system.admin.inc | Submit callback; handles modules form submission. |
| system_settings_form_submit | drupal/modules/system/system.module | Execute the system_settings_form. |
| system_theme_settings_submit | drupal/modules/system/system.admin.inc | Process system_theme_settings form submissions. |
| taxonomy_term_delete | drupal/modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_term_save | drupal/modules/taxonomy/taxonomy.module | Save a term object to the database. |
| taxonomy_vocabulary_delete | drupal/modules/taxonomy/taxonomy.module | Delete a vocabulary. |
| taxonomy_vocabulary_save | drupal/modules/taxonomy/taxonomy.module | Save a vocabulary given a vocabulary object. |
| translation_remove_from_set | drupal/modules/translation/translation.module | Remove a node from its translation set (if any)
and update the set accordingly. |
| update_invalidate_cache | drupal/modules/update/update.module | Invalidates any cached data relating to update status. |
| update_project_cache | drupal/modules/update/update.compare.inc | Retrieve data from {cache_update} or empty the cache when necessary. |
| user_admin_perm_submit | drupal/modules/user/user.admin.inc | Save permissions selected on the administer permissions page. |
| user_profile_form_submit | drupal/modules/user/user.pages.inc | Submit function for the user account and profile editing form. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| variable_set | drupal/includes/bootstrap.inc | Set a persistent variable. |
| _book_update_outline | drupal/modules/book/book.module | Common helper function to handles additions and updates to the book outline. |
| _comment_update_node_statistics | drupal/modules/comment/comment.module | Updates the comment statistics for a given node. This should be called any
time a comment is added, deleted, or updated. |
| _locale_import_po | drupal/includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |
| _menu_clear_page_cache | drupal/includes/menu.inc | Helper function to clear the page and block caches at most twice per page load. |
| _menu_delete_item | drupal/includes/menu.inc | Helper function for menu_link_delete; deletes a single menu link. |
| _node_access_rebuild_batch_finished | drupal/modules/node/node.module | Post-processing for node_access_rebuild_batch. |
| _registry_rebuild | drupal/includes/registry.inc | @see registry_rebuild. |