Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
common.inc
»
drupal_goto
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
40 calls to drupal_goto()
action_admin_configure
in drupal/
core/
modules/
action/
action.admin.inc
Form constructor for the configuration of a single action.
action_admin_remove_orphans
in drupal/
core/
modules/
action/
action.admin.inc
Removes actions that are in the database but not supported by any enabled module.
action_goto_action
in drupal/
core/
modules/
action/
action.module
Redirects to a different URL.
aggregator_admin_refresh_feed
in drupal/
core/
modules/
aggregator/
aggregator.admin.inc
Page callback: Refreshes a feed, then redirects to the overview page.
comment_approve
in drupal/
core/
modules/
comment/
comment.pages.inc
Page callback: Publishes the specified comment.
comment_multiple_delete_confirm
in drupal/
core/
modules/
comment/
comment.admin.inc
Form constructor for the confirmation form for bulk comment deletion.
comment_reply
in drupal/
core/
modules/
comment/
comment.pages.inc
Form constructor for the comment reply form.
common_test_drupal_goto_redirect
in drupal/
core/
modules/
system/
tests/
modules/
common_test/
common_test.module
Redirects using
drupal_goto
().
common_test_drupal_goto_redirect_advanced
in drupal/
core/
modules/
system/
tests/
modules/
common_test/
common_test.module
Redirects using
drupal_goto
().
drupal_redirect_form
in drupal/
core/
includes/
form.inc
Redirects the user to a URL after a form has been processed.
image_effect_form
in drupal/
core/
modules/
image/
image.admin.inc
Form builder; Form for adding and editing image effects.
language_admin_delete_form
in drupal/
core/
modules/
language/
language.admin.inc
User interface for the language deletion confirmation screen.
locale_translation_manual_status
in drupal/
core/
modules/
locale/
locale.pages.inc
Page callback: Checks for translation updates and displays the translations status.
node_add_page
in drupal/
core/
modules/
node/
node.pages.inc
Page callback: Displays add content links for available content types.
openid_authentication
in drupal/
core/
modules/
openid/
openid.module
Authenticate a user or attempt registration.
openid_authentication_page
in drupal/
core/
modules/
openid/
openid.pages.inc
Menu callback; Process an OpenID authentication.
overlay_init
in drupal/
core/
modules/
overlay/
overlay.module
Implements
hook_init
().
overlay_user_dismiss_message
in drupal/
core/
modules/
overlay/
overlay.module
Page callback: Dismisses the overlay accessibility message for this user.
RegisterFormController::form
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
RegisterFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::form
().
search_view
in drupal/
core/
modules/
search/
search.pages.inc
Menu callback; presents the search form and/or search results.
shortcut_link_add_inline
in drupal/
core/
modules/
shortcut/
shortcut.admin.inc
Menu page callback: creates a new link in the provided shortcut set.
simpletest_result_form
in drupal/
core/
modules/
simpletest/
simpletest.pages.inc
Test results form for $test_id.
system_admin_compact_page
in drupal/
core/
modules/
system/
system.module
Menu callback; Sets whether the admin menu is in compact mode or not.
system_authorized_run
in drupal/
core/
modules/
system/
system.module
Setup and invoke an operation using
authorize.php
.
system_modules_uninstall_validate
in drupal/
core/
modules/
system/
system.admin.inc
Validates the submitted uninstall form.
system_run_cron
in drupal/
core/
modules/
system/
system.admin.inc
Menu callback: run cron manually.
system_run_cron_submit
in drupal/
core/
modules/
system/
system.admin.inc
Submit callback; run cron.
system_test_authorize_init_page
in drupal/
core/
modules/
system/
tests/
modules/
system_test/
system_test.module
Page callback to initialize
authorize.php
during testing.
system_theme_default
in drupal/
core/
modules/
system/
system.admin.inc
Menu callback; Set the default theme.
system_theme_disable
in drupal/
core/
modules/
system/
system.admin.inc
Menu callback; Disables a theme.
system_theme_enable
in drupal/
core/
modules/
system/
system.admin.inc
Menu callback; Enables a theme.
update_manager_download_batch_finished
in drupal/
core/
modules/
update/
update.manager.inc
Batch callback: Performs actions when the download batch is completed.
user_cancel_confirm
in drupal/
core/
modules/
user/
user.pages.inc
Menu callback; Cancel a user account via e-mail confirmation link.
user_logout
in drupal/
core/
modules/
user/
user.pages.inc
Menu callback; logs the current user out, and redirects to the home page.
user_menu_site_status_alter
in drupal/
core/
modules/
user/
user.module
Implements
hook_menu_site_status_alter
().
user_multiple_cancel_confirm
in drupal/
core/
modules/
user/
user.module
user_pass_reset
in drupal/
core/
modules/
user/
user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
views_ui_ajax_callback
in drupal/
core/
modules/
views/
views_ui/
views_ui.module
Page callback: Calls a method on a view and reloads the listing page.
views_ui_ajax_form
in drupal/
core/
modules/
views/
views_ui/
admin.inc
Generic entry point to handle forms.
_batch_page
in drupal/
core/
includes/
batch.inc
Renders the batch processing page based on the current state of the batch.