Search for pager
- Search 7.x for pager
- Search 9.5.x for pager
- Search 10.3.x for pager
- Search 11.x for pager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
pager.inc | file | core/ |
Functions to aid in presenting database results as a set of pages. |
PagerDeprecationTest | class | core/ |
Ensure that deprecated pager functions trigger deprecation errors. |
PagerDeprecationTest.php | file | core/ |
|
PagerDeprecationTest::testDefaultInitialize | function | core/ |
@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/ |
@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/ |
@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/ |
@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/ |
Initializes a pager. |
pager_find_page | function | core/ |
Returns the current page being requested for display within a pager. |
pager_get_query_parameters | function | core/ |
Compose a URL query parameter array for pager links. |
pager_query_add_page | function | core/ |
Gets the URL query parameter array of a pager link. |
SearchPageResourceTestBase | class | core/ |
|
SearchPageResourceTestBase.php | file | core/ |
|
template_preprocess_pager | function | core/ |
Prepares variables for pager templates. |
UpdateCoreTest::testModulePageRegularUpdate | function | core/ |
Checks the messages at admin/modules when an update is missing. |
UpdateCoreTest::testModulePageRunCron | function | core/ |
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.