Functions that call drupal_goto()

Namesort iconLocationDescription
aggregator_admin_edit_categorydrupal/modules/aggregator.moduleMenu callback; displays the category edit form, or saves changes and redirects to the overview page.
aggregator_admin_edit_feeddrupal/modules/aggregator.moduleMenu callback; displays the feed edit form.
aggregator_admin_refresh_feeddrupal/modules/aggregator.moduleMenu callback; refreshes a feed, then redirects to the overview page.
aggregator_admin_remove_feeddrupal/modules/aggregator.moduleMenu callback; removes all items from a feed, then redirects to the overview page.
block_admindrupal/modules/block.moduleMenu callback; displays the block overview page.
block_admin_configuredrupal/modules/block.moduleMenu callback; displays the block configuration form.
block_box_adddrupal/modules/block.moduleMenu callback; displays the block creation form.
block_box_deletedrupal/modules/block.moduleMenu callback; confirm and delete custom blocks.
book_outlinedrupal/modules/book.moduleImplementation of function book_outline() Handles all book outline operations.
comment_admin_editdrupal/modules/comment.moduleMenu callback; edit a comment from the administrative interface.
comment_deletedrupal/modules/comment.moduleMenu callback; delete a comment.
filter_admin_adddrupal/modules/filter.moduleAdd a new input format.
filter_admin_deletedrupal/modules/filter.moduleMenu callback; confirm deletion of a format.
filter_admin_filters_savedrupal/modules/filter.moduleSave enabled/disabled status for filters in a format.
filter_admin_order_savedrupal/modules/filter.moduleSave the weights of filters in a format.
filter_admin_savedrupal/modules/filter.moduleSave input formats on the overview page.
forum_admindrupal/modules/forum.moduleAdministration page which allows maintaining forums
legacy_blog_feeddrupal/modules/legacy.moduleMenu callback; redirects users to new blog feed paths.
legacy_taxonomy_feeddrupal/modules/legacy.moduleMenu callback; redirects users to new taxonomy feed paths.
legacy_taxonomy_pagedrupal/modules/legacy.moduleMenu callback; redirects users to new taxonomy page paths.
locale_admin_importdrupal/modules/locale.modulePage handler for the translation import screen
locale_admin_managedrupal/modules/locale.modulePage handler for the language management screen
locale_admin_manage_adddrupal/modules/locale.modulePage handler for the language addition screen
locale_admin_manage_delete_screendrupal/modules/locale.moduleUser interface for the language deletion confirmation screen
locale_admin_stringdrupal/modules/locale.modulePage handler for the string search and administration screen
menu_add_menudrupal/modules/menu.moduleMenu callback; handle the adding of a new menu.
menu_delete_itemdrupal/modules/menu.moduleMenu callback; delete a single custom item.
menu_disable_itemdrupal/modules/menu.moduleMenu callback; hide a menu item.
menu_edit_itemdrupal/modules/menu.moduleMenu callback; dispatch to the appropriate menu item edit function.
menu_resetdrupal/modules/menu.moduleMenu callback; clear the database, resetting the menu to factory defaults.
menu_reset_itemdrupal/modules/menu.moduleMenu callback; reset a single modified item.
node_admin_nodesdrupal/modules/node.moduleGenerate the content administration overview.
node_pagedrupal/modules/node.moduleMenu callback; dispatches control to the appropriate operation handler.
node_revision_deletedrupal/modules/node.moduleDelete the revision with specified revision number.
node_revision_rollbackdrupal/modules/node.moduleRoll back to the revision with the specified revision number.
path_admin_deletedrupal/modules/path.moduleMenu callback; handles deletion of an URL alias.
path_savedrupal/modules/path.moduleVerify that a new URL alias is valid, and save it to the database.
poll_votedrupal/modules/poll.moduleCallback for processing a vote
profile_admin_adddrupal/modules/profile.moduleMenu callback; adds a new field to all user profiles.
profile_admin_deletedrupal/modules/profile.moduleMenu callback; deletes a field from all user profiles.
profile_admin_editdrupal/modules/profile.moduleMenu callback; displays the profile field editing form.
search_viewdrupal/modules/search.moduleMenu callback; presents the search form and/or search results.
taxonomy_admindrupal/modules/taxonomy.moduleMenu callback; dispatches to the proper taxonomy administration function.
user_admin_access_adddrupal/modules/user.moduleMenu callback: add an access rule
user_admin_access_deletedrupal/modules/user.moduleMenu callback: delete an access rule
user_admin_access_editdrupal/modules/user.moduleMenu callback: edit an access rule
user_admin_permdrupal/modules/user.moduleMenu callback: administer permissions.
user_admin_roledrupal/modules/user.moduleMenu callback: administer roles.
user_logoutdrupal/modules/user.moduleMenu callback; logs the current user out, and redirects to the home page.
_aggregator_page_listdrupal/modules/aggregator.modulePrints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.

Functions called by drupal_goto()

Namesort iconLocationDescription
module_invoke_alldrupal/includes/module.incInvoke a hook in all enabled modules that implement it.
urldrupal/includes/common.incGenerate an internal Drupal URL.