| aggregator_admin_edit_category | drupal/modules/aggregator.module | Menu callback; displays the category edit form, or saves changes and
redirects to the overview page. |
| aggregator_admin_edit_feed | drupal/modules/aggregator.module | Menu callback; displays the feed edit form. |
| aggregator_admin_refresh_feed | drupal/modules/aggregator.module | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | drupal/modules/aggregator.module | Menu callback; removes all items from a feed, then redirects to the overview page. |
| block_admin | drupal/modules/block.module | Menu callback; displays the block overview page. |
| block_admin_configure | drupal/modules/block.module | Menu callback; displays the block configuration form. |
| block_box_add | drupal/modules/block.module | Menu callback; displays the block creation form. |
| block_box_delete | drupal/modules/block.module | Menu callback; confirm and delete custom blocks. |
| book_outline | drupal/modules/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| comment_admin_edit | drupal/modules/comment.module | Menu callback; edit a comment from the administrative interface. |
| comment_delete | drupal/modules/comment.module | Menu callback; delete a comment. |
| filter_admin_add | drupal/modules/filter.module | Add a new input format. |
| filter_admin_delete | drupal/modules/filter.module | Menu callback; confirm deletion of a format. |
| filter_admin_filters_save | drupal/modules/filter.module | Save enabled/disabled status for filters in a format. |
| filter_admin_order_save | drupal/modules/filter.module | Save the weights of filters in a format. |
| filter_admin_save | drupal/modules/filter.module | Save input formats on the overview page. |
| forum_admin | drupal/modules/forum.module | Administration page which allows maintaining forums |
| legacy_blog_feed | drupal/modules/legacy.module | Menu callback; redirects users to new blog feed paths. |
| legacy_taxonomy_feed | drupal/modules/legacy.module | Menu callback; redirects users to new taxonomy feed paths. |
| legacy_taxonomy_page | drupal/modules/legacy.module | Menu callback; redirects users to new taxonomy page paths. |
| locale_admin_import | drupal/modules/locale.module | Page handler for the translation import screen |
| locale_admin_manage | drupal/modules/locale.module | Page handler for the language management screen |
| locale_admin_manage_add | drupal/modules/locale.module | Page handler for the language addition screen |
| locale_admin_manage_delete_screen | drupal/modules/locale.module | User interface for the language deletion confirmation screen |
| locale_admin_string | drupal/modules/locale.module | Page handler for the string search and administration screen |
| menu_add_menu | drupal/modules/menu.module | Menu callback; handle the adding of a new menu. |
| menu_delete_item | drupal/modules/menu.module | Menu callback; delete a single custom item. |
| menu_disable_item | drupal/modules/menu.module | Menu callback; hide a menu item. |
| menu_edit_item | drupal/modules/menu.module | Menu callback; dispatch to the appropriate menu item edit function. |
| menu_reset | drupal/modules/menu.module | Menu callback; clear the database, resetting the menu to factory defaults. |
| menu_reset_item | drupal/modules/menu.module | Menu callback; reset a single modified item. |
| node_admin_nodes | drupal/modules/node.module | Generate the content administration overview. |
| node_page | drupal/modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_revision_delete | drupal/modules/node.module | Delete the revision with specified revision number. |
| node_revision_rollback | drupal/modules/node.module | Roll back to the revision with the specified revision number. |
| path_admin_delete | drupal/modules/path.module | Menu callback; handles deletion of an URL alias. |
| path_save | drupal/modules/path.module | Verify that a new URL alias is valid, and save it to the database. |
| poll_vote | drupal/modules/poll.module | Callback for processing a vote |
| profile_admin_add | drupal/modules/profile.module | Menu callback; adds a new field to all user profiles. |
| profile_admin_delete | drupal/modules/profile.module | Menu callback; deletes a field from all user profiles. |
| profile_admin_edit | drupal/modules/profile.module | Menu callback; displays the profile field editing form. |
| search_view | drupal/modules/search.module | Menu callback; presents the search form and/or search results. |
| taxonomy_admin | drupal/modules/taxonomy.module | Menu callback; dispatches to the proper taxonomy administration function. |
| user_admin_access_add | drupal/modules/user.module | Menu callback: add an access rule |
| user_admin_access_delete | drupal/modules/user.module | Menu callback: delete an access rule |
| user_admin_access_edit | drupal/modules/user.module | Menu callback: edit an access rule |
| user_admin_perm | drupal/modules/user.module | Menu callback: administer permissions. |
| user_admin_role | drupal/modules/user.module | Menu callback: administer roles. |
| user_logout | drupal/modules/user.module | Menu callback; logs the current user out, and redirects to the home page. |
| _aggregator_page_list | drupal/modules/aggregator.module | Prints an aggregator page listing a number of feed items. Various
menu callbacks use this function to print their feeds. |