Search for pager

  1. Search 7.x for pager
  2. Search 9.5.x for pager
  3. Search 10.3.x for pager
  4. Search 11.x for pager
  5. Other projects
Title Object type File name Summary
pager.inc file core/includes/pager.inc Functions to aid in presenting database results as a set of pages.
PagerDeprecationTest class core/modules/system/tests/src/Kernel/Pager/PagerDeprecationTest.php Ensure that deprecated pager functions trigger deprecation errors.
PagerDeprecationTest.php file core/modules/system/tests/src/Kernel/Pager/PagerDeprecationTest.php
PagerDeprecationTest::testDefaultInitialize function core/modules/system/tests/src/Kernel/Pager/PagerDeprecationTest.php @expectedDeprecation pager_default_initialize is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerManagerInterface->createPager() instead. See https://www.drupal.org/node/2779457
PagerDeprecationTest::testFindPage function core/modules/system/tests/src/Kernel/Pager/PagerDeprecationTest.php @expectedDeprecation pager_find_page is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerParametersInterface->findPage() instead. See https://www.drupal.org/node/2779457
PagerDeprecationTest::testGetQueryParameters function core/modules/system/tests/src/Kernel/Pager/PagerDeprecationTest.php @expectedDeprecation pager_get_query_parameters is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerParametersInterface->getQueryParameters() instead. See https://www.drupal.org/node/2779457
PagerDeprecationTest::testQueryAddPage function core/modules/system/tests/src/Kernel/Pager/PagerDeprecationTest.php @expectedDeprecation pager_query_add_page is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerManagerInterface->getUpdatedParameters() instead. See https://www.drupal.org/node/2779457
pager_default_initialize function core/includes/pager.inc Initializes a pager.
pager_find_page function core/includes/pager.inc Returns the current page being requested for display within a pager.
pager_get_query_parameters function core/includes/pager.inc Compose a URL query parameter array for pager links.
pager_query_add_page function core/includes/pager.inc Gets the URL query parameter array of a pager link.
SearchPageResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageResourceTestBase.php
SearchPageResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageResourceTestBase.php
template_preprocess_pager function core/includes/pager.inc Prepares variables for pager templates.
UpdateCoreTest::testModulePageRegularUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageRunCron function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that running cron updates the list of available updates.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.