You are here

service pager.parameters in Drupal 10

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

Class

Drupal\Core\Pager\PagerParameters
5 string references to pager.parameters
PagerTestController::create in core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php
Instantiates a new instance of this class.
QueryBase::initializePager in core/lib/Drupal/Core/Entity/Query/QueryBase.php
Gets the total number of results and initialize a pager for the query.
RequestPagerTest::testFindPage in core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php
@covers ::findPage
RequestPagerTest::testGetQueryParameters in core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php
@covers ::getQueryParameters
SqlBase::create in core/modules/views/src/Plugin/views/pager/SqlBase.php
Creates an instance of the plugin.

File

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

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