backdrop_current_script_url in core/includes/install.inc
Returns the URL of the current script, with modified query parameters.
backdrop_get_destination in core/includes/common.inc
Prepares a 'destination' URL query parameter for use with backdrop_goto().
backdrop_redirect_form in core/includes/form.inc
Redirects the user to a URL after a form has been processed.
CommonURLUnitTestCase::testBackdropGetQueryParameters in core/modules/simpletest/tests/common.test
Test backdrop_get_query_parameters().
date_views_querystring in core/modules/date/views/date.views.inc
Helper function to generate a query string.
drupal_get_query_parameters in core/includes/drupal.inc
Processes a URL query parameter array to remove unwanted elements.
file_manage_form in core/modules/file/file.pages.inc
Page callback: Form constructor for the file manage form.
pager_get_query_parameters in core/includes/pager.inc
Compose a URL query parameter array for pager links.
redirect_get_current_redirect in core/modules/redirect/redirect.module
Attempt to find redirect from current path, query string, and language code.
redirect_redirect in core/modules/redirect/redirect.module
Perform an URL redirect.
redirect_url_inbound_alter in core/modules/redirect/redirect.module
Implements hook_url_inbound_alter().
tablesort_get_query_parameters in core/includes/tablesort.inc
Composes a URL query parameter array for table sorting links.
theme_pager_link in core/includes/pager.inc
Returns HTML for a link to a specific query result page.
translation_language_switch_links_alter in core/modules/translation/translation.module
Implements hook_language_switch_links_alter().
views_ajax in core/modules/views/includes/ajax.inc
Menu callback to load a view via AJAX.
views_form in core/modules/views/views.module
This is the entry function. Just gets the form for the current step. The form is always assumed to be multistep, even if it has only one step (the default 'views_form_views_form' step). That way it is actually possible for modules to have a…