You are here

service pager.parameters in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \pager.parameters

Class

Drupal\Core\Pager\PagerParameters
8 string references to pager.parameters
PagersCacheContext::__construct in core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php
Constructs a new PagersCacheContext object.
PagerTestController::create in core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php
Instantiates a new instance of this class.
pager_find_page in core/includes/pager.inc
Returns the current page being requested for display within a pager.
pager_get_query_parameters in core/includes/pager.inc
Compose a URL query parameter array for pager links.
RequestPagerTest::testFindPage in core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php
@covers ::findPage

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Pager\PagerParameters
  2. arguments:
  3. - '@request_stack'