9 calls to drupal_http_build_query()
- CommonURLUnitTest::testDrupalHttpBuildQuery in drupal-7.x/
modules/ simpletest/ tests/ common.test - Test drupal_http_build_query().
- drupal_current_script_url in drupal-7.x/
includes/ install.inc - Returns the URL of the current script, with modified query parameters.
- drupal_get_destination in drupal-7.x/
includes/ common.inc - Prepares a 'destination' URL query parameter for use with drupal_goto().
- image_style_url in drupal-7.x/
modules/ image/ image.module - Returns the URL for an image derivative given a style and image path.
- install_redirect_url in drupal-7.x/
includes/ install.core.inc - Returns the URL that should be redirected to during an installation request.
- MenuTestCase::assertMenuLink in drupal-7.x/
modules/ menu/ menu.test - Fetch the menu item from the database and compare it to the specified array.
- menu_edit_item in drupal-7.x/
modules/ menu/ menu.admin.inc - Menu callback; Build the menu link editing form.
- shortcut_preprocess_page in drupal-7.x/
modules/ shortcut/ shortcut.module - Implements hook_preprocess_page().
- url in drupal-7.x/
includes/ common.inc - Generates an internal or external URL.