drupal_get_destination

Functions that call drupal_get_destination()

Namesort iconLocationDescription
comment_admin_overviewdrupal/modules/comment/comment.admin.incForm builder; Builds the comment overview form for the admin.
contact_user_pagedrupal/modules/contact/contact.pages.incPersonal contact page.
hook_translated_menu_link_alterdrupal/modules/menu/menu.api.phpAlter a menu link after it's translated, but before it's rendered.
node_admin_nodesdrupal/modules/node/node.admin.incForm builder: Builds the node administration overview.
node_form_delete_submitdrupal/modules/node/node.pages.incButton submit function: handle the 'Delete' button on the node form.
openid_authenticationdrupal/modules/openid/openid.moduleAuthenticate a user or attempt registration.
openid_form_alterdrupal/modules/openid/openid.moduleImplementation of hook_form_alter(). Adds OpenID login to the login forms.
path_admin_overviewdrupal/modules/path/path.admin.incReturn a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases.
statistics_top_visitorsdrupal/modules/statistics/statistics.admin.incMenu callback; presents the "top visitors" page.
system_admin_compact_pagedrupal/modules/system/system.moduleMenu callback; Sets whether the admin menu is in compact mode or not.
system_user_logindrupal/modules/system/system.moduleImplementation of hook_user_login().
taxonomy_overview_termsdrupal/modules/taxonomy/taxonomy.admin.incForm builder for the taxonomy terms overview.
taxonomy_term_confirm_parentsdrupal/modules/taxonomy/taxonomy.admin.incForm builder for the confirmation of multiple term parents.
template_preprocess_forumsdrupal/modules/forum/forum.moduleProcess variables for forums.tpl.php
theme_book_admin_tabledrupal/modules/book/book.admin.incTheme function for the book administration page form.
theme_system_compact_linkdrupal/modules/system/system.moduleDisplay the link to show or hide inline help descriptions.
user_admin_accountdrupal/modules/user/user.admin.incForm builder; User administration page.
user_edit_delete_submitdrupal/modules/user/user.pages.incSubmit function for the 'Delete' button on the user edit form.
_scaffolding_example_record_linkscontributions/docs/developer/examples/scaffolding_example/scaffolding_example.admin.incBuild the edit and delete links for a single record.
_update_no_datadrupal/modules/update/update.modulePrints a warning message when there is no data about available updates.

Functions called by drupal_get_destination()

Namesort iconLocationDescription
drupal_get_path_aliasdrupal/includes/path.incGiven an internal Drupal path, return the alias set by the administrator.
drupal_query_string_encodedrupal/includes/common.incParse an array into a valid urlencoded query string.