Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PagerParametersInterface.php

function PagerParametersInterface::getQueryParameters

Gets all request URL query parameters that are unrelated to paging.

Return value

array A URL query parameter array that consists of all components of the current page request except for those pertaining to paging.

1 method overrides PagerParametersInterface::getQueryParameters()
PagerParameters::getQueryParameters in core/lib/Drupal/Core/Pager/PagerParameters.php
Gets all request URL query parameters that are unrelated to paging.

File

core/lib/Drupal/Core/Pager/PagerParametersInterface.php, line 19

Class

PagerParametersInterface
Interface describing pager information contained within the request.

Namespace

Drupal\Core\Pager

Code

public function getQueryParameters();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal