You are here

7 calls to UrlHelper::filterQueryParameters() in Drupal 10

drupal_current_script_url in core/includes/install.inc
Returns the URL of the current script, with modified query parameters.
PagerParameters::getQueryParameters in core/lib/Drupal/Core/Pager/PagerParameters.php
RedirectDestination::get in core/lib/Drupal/Core/Routing/RedirectDestination.php
TableSort::getQueryParameters in core/lib/Drupal/Core/Utility/TableSort.php
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/tests/src/Kernel/Common/UrlTest.php
Tests UrlHelper::filterQueryParameters().
ViewsForm::buildForm in core/modules/views/src/Form/ViewsForm.php