Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
common.inc
»
drupal_http_build_query
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
10 calls to drupal_http_build_query()
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
().
FieldPluginBase::render_as_link
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
field/
FieldPluginBase.php
Render this field as a link, with the info from a fieldset set by the user.
install_redirect_url
in drupal/
core/
includes/
install.core.inc
Returns the URL that should be redirected to during an installation request.
MenuTest::assertMenuLink
in drupal/
core/
modules/
menu/
lib/
Drupal/
menu/
Tests/
MenuTest.php
Fetch the menu item from the database and compare it to the specified array.
menu_edit_item
in drupal/
core/
modules/
menu/
menu.admin.inc
Menu callback; Build the menu link editing form.
shortcut_preprocess_page
in drupal/
core/
modules/
shortcut/
shortcut.module
Implements
hook_preprocess_HOOK
() for
page.tpl.php
.
url
in drupal/
core/
includes/
common.inc
Generates an internal or external URL.
UrlTest::testDrupalHttpBuildQuery
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
UrlTest.php
Tests
drupal_http_build_query
().
views_ajax
in drupal/
core/
modules/
views/
includes/
ajax.inc
Menu callback to load a view via AJAX.