45 calls to drupal_goto() in Drupal 7
- aggregator_admin_refresh_feed in modules/
aggregator/ aggregator.admin.inc - Page callback: Refreshes a feed, then redirects to the overview page.
- comment_approve in modules/
comment/ comment.pages.inc - Menu callback; publish specified comment.
- comment_multiple_delete_confirm in modules/
comment/ comment.admin.inc - List the selected comments and verify that the admin wants to delete them.
- comment_reply in modules/
comment/ comment.pages.inc - This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
- common_test_drupal_goto_redirect in modules/
simpletest/ tests/ common_test.module - Redirect using drupal_goto().
- common_test_drupal_goto_redirect_advanced in modules/
simpletest/ tests/ common_test.module - Redirect using drupal_goto().
- common_test_init in modules/
simpletest/ tests/ common_test.module - Implements hook_init().
- drupal_redirect_form in includes/
form.inc - Redirects the user to a URL after a form has been processed.
- image_effect_form in modules/
image/ image.admin.inc - Form builder; Form for adding and editing image effects.
- locale_languages_delete_form in modules/
locale/ locale.admin.inc - User interface for the language deletion confirmation screen.
- locale_translate_edit_form in modules/
locale/ locale.admin.inc - User interface for string editing.
- node_add_page in modules/
node/ node.pages.inc - Page callback: Displays add content links for available content types.
- openid_authentication in modules/
openid/ openid.module - Authenticate a user or attempt registration.
- openid_authentication_page in modules/
openid/ openid.pages.inc - Menu callback; Process an OpenID authentication.
- overlay_init in modules/
overlay/ overlay.module - Implements hook_init().
- overlay_user_dismiss_message in modules/
overlay/ overlay.module - Page callback: Dismisses the overlay accessibility message for this user.
- search_view in modules/
search/ search.pages.inc - Menu callback; presents the search form and/or search results.
- shortcut_link_add_inline in modules/
shortcut/ shortcut.admin.inc - Menu page callback: creates a new link in the provided shortcut set.
- simpletest_result_form in modules/
simpletest/ simpletest.pages.inc - Test results form for $test_id.
- system_actions_configure in modules/
system/ system.admin.inc - Menu callback; Creates the form for configuration of a single action.
- system_actions_remove_orphans in modules/
system/ system.admin.inc - Remove actions that are in the database but not supported by any enabled module.
- system_admin_compact_page in modules/
system/ system.module - Menu callback; Sets whether the admin menu is in compact mode or not.
- system_authorized_run in modules/
system/ system.module - Setup and invoke an operation using authorize.php.
- system_goto_action in modules/
system/ system.module - Redirects to a different URL.
- system_modules_uninstall_validate in modules/
system/ system.admin.inc - Validates the submitted uninstall form.
- system_run_cron in modules/
system/ system.admin.inc - Menu callback: run cron manually.
- system_run_cron_submit in modules/
system/ system.admin.inc - Submit callback; run cron.
- system_test_authorize_init_page in modules/
simpletest/ tests/ system_test.module - Page callback to initialize authorize.php during testing.
- system_theme_default in modules/
system/ system.admin.inc - Menu callback; Set the default theme.
- system_theme_disable in modules/
system/ system.admin.inc - Menu callback; Disables a theme.
- system_theme_enable in modules/
system/ system.admin.inc - Menu callback; Enables a theme.
- toolbar_toggle_page in modules/
toolbar/ toolbar.module - Menu callback; toggles the visibility of the toolbar drawer.
- trigger_assign in modules/
trigger/ trigger.admin.inc - Builds a form that allows users to assign actions to triggers.
- trigger_unassign in modules/
trigger/ trigger.admin.inc - Form constructor for confirmation page for removal of an assigned action.
- trigger_unassign_submit in modules/
trigger/ trigger.admin.inc - Form submission handler for trigger_unassign().
- update_manager_download_batch_finished in modules/
update/ update.manager.inc - Implements callback_batch_finished().
- user_admin_role in modules/
user/ user.admin.inc - Form to configure a single role.
- user_cancel_confirm in modules/
user/ user.pages.inc - Menu callback; Cancel a user account via e-mail confirmation link.
- user_login in modules/
user/ user.module - Form builder; the main user login form.
- user_logout in modules/
user/ user.pages.inc - Menu callback; logs the current user out, and redirects to the home page.
- user_menu_site_status_alter in modules/
user/ user.module - Implements hook_menu_site_status_alter().
- user_multiple_cancel_confirm in modules/
user/ user.module - user_pass_reset in modules/
user/ user.pages.inc - Menu callback; process one time login link and redirects to the user page on success.
- user_register_form in modules/
user/ user.module - Form builder; the user registration form.
- _batch_page in includes/
batch.inc - Renders the batch processing page based on the current state of the batch.