11 calls to drupal_get_query_parameters() in Drupal 7
- CommonURLUnitTest::testDrupalGetQueryParameters in modules/
simpletest/ tests/ common.test - Test drupal_get_query_parameters().
- drupal_current_script_url in includes/
install.inc - Returns the URL of the current script, with modified query parameters.
- drupal_get_destination in includes/
common.inc - Prepares a 'destination' URL query parameter for use with drupal_goto().
- drupal_redirect_form in includes/
form.inc - Redirects the user to a URL after a form has been processed.
- overlay_drupal_goto_alter in modules/
overlay/ overlay.module - Implements hook_drupal_goto_alter().
- overlay_init in modules/
overlay/ overlay.module - Implements hook_init().
- pager_get_query_parameters in includes/
pager.inc - Compose a URL query parameter array for pager links.
- shortcut_preprocess_page in modules/
shortcut/ shortcut.module - Implements hook_preprocess_page().
- tablesort_get_query_parameters in includes/
tablesort.inc - Composes a URL query parameter array for table sorting links.
- theme_pager_link in includes/
pager.inc - Returns HTML for a link to a specific query result page.
- user_pass_reset in modules/
user/ user.pages.inc - Menu callback; process one time login link and redirects to the user page on success.