11 calls to drupal_get_query_parameters()

drupal_current_script_url in drupal/core/includes/install.inc
Returns the URL of the current script, with modified query parameters.
drupal_get_destination in drupal/core/includes/common.inc
Prepares a 'destination' URL query parameter for use with drupal_goto().
drupal_validate_form in drupal/core/includes/form.inc
Validates user-submitted form data in the $form_state array.
OverlaySubscriber::onRequest in drupal/core/modules/overlay/lib/Drupal/overlay/EventSubscriber/OverlaySubscriber.php
Performs check on the beginning of a request.
overlay_drupal_goto_alter in drupal/core/modules/overlay/overlay.module
Implements hook_drupal_goto_alter().
pager_get_query_parameters in drupal/core/includes/pager.inc
Compose a URL query parameter array for pager links.
shortcut_preprocess_page in drupal/core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page.tpl.php.
tablesort_get_query_parameters in drupal/core/includes/tablesort.inc
Composes a URL query parameter array for table sorting links.
theme_pager_link in drupal/core/includes/pager.inc
Returns HTML for a link to a specific query result page.
UrlTest::testDrupalGetQueryParameters in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests drupal_get_query_parameters().
views_form in drupal/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…