You are here

7 calls to UrlHelper::filterQueryParameters() in Zircon Profile 8

drupal_current_script_url in core/includes/install.inc
Returns the URL of the current script, with modified query parameters.
pager_get_query_parameters in core/includes/pager.inc
Compose a URL query parameter array for pager links.
RedirectDestination::get in core/lib/Drupal/Core/Routing/RedirectDestination.php
Gets the destination as URL.
tablesort_get_query_parameters in core/includes/tablesort.inc
Composes a URL query parameter array for table sorting links.
UrlHelperTest::testFilterQueryParameters in core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php
Tests query filtering.
UrlTest::testDrupalGetQueryParameters in core/modules/system/src/Tests/Common/UrlTest.php
Tests UrlHelper::filterQueryParameters().
ViewsForm::buildForm in core/modules/views/src/Form/ViewsForm.php
Form constructor.