Search for pager
- Search 7.x for pager
- Search 9.5.x for pager
- Search 8.9.x for pager
- Search 10.3.x for pager
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Pager | class | core/ |
Provides a render element for a pager. |
Pager | class | core/ |
A value object that represents a pager. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
PagerPluginBase::itemsPerPageExposed | function | core/ |
|
PagerPluginBase::postExecute | function | core/ |
Perform any needed actions just after the query executing. |
PagerPluginBase::preExecute | function | core/ |
Perform any needed actions just prior to the query executing. |
PagerPluginBase::preRender | function | core/ |
Perform any needed actions just before rendering. |
PagerPluginBase::query | function | core/ |
Modify the query for paging. |
PagerPluginBase::render | function | core/ |
Return the renderable array of the pager. |
PagerPluginBase::setCurrentPage | function | core/ |
Set the current page. |
PagerPluginBase::setHeadingLevel | function | core/ |
Set the pager heading. |
PagerPluginBase::setItemsPerPage | function | core/ |
Set how many items per page this pager will display. |
PagerPluginBase::setOffset | function | core/ |
Set the page offset, or how many items to skip. |
PagerPluginBase::submitOptionsForm | function | core/ |
Provide the default form for submitting options. |
PagerPluginBase::summaryTitle | function | core/ |
Returns a string to display as the clickable title for the pager plugin. |
PagerPluginBase::updatePageInfo | function | core/ |
Updates the pager information. |
PagerPluginBase::useCountQuery | function | core/ |
Determine if a pager needs a count query. |
PagerPluginBase::usePager | function | core/ |
Determine if this pager actually uses a pager. |
PagerPluginBase::usesExposed | function | core/ |
|
PagerPluginBase::validateOptionsForm | function | core/ |
Provide the default form for validating options. |
PagerPluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\pager\PagerPluginBase @group views |
PagerPluginBaseTest.php | file | core/ |
|
PagerPluginBaseTest::$pager | property | core/ |
The mock pager plugin instance. |
PagerPluginBaseTest::providerTestHasMoreRecords | function | core/ |
Provides test data for the hasMoreRecord method test. |
PagerPluginBaseTest::setUp | function | core/ |
|
PagerPluginBaseTest::testExecuteCountQueryWithOffset | function | core/ |
Tests the executeCountQuery method with a set offset. |
PagerPluginBaseTest::testExecuteCountQueryWithOffsetLargerThanResult | function | core/ |
Tests the executeCountQuery method with an offset larger than result count. |
PagerPluginBaseTest::testExecuteCountQueryWithoutOffset | function | core/ |
Tests the executeCountQuery method without a set offset. |
PagerPluginBaseTest::testGetCurrentPage | function | core/ |
Tests the getCurrentPage() method. |
PagerPluginBaseTest::testGetItemsPerPage | function | core/ |
Tests the getItemsPerPage() method. |
PagerPluginBaseTest::testGetOffset | function | core/ |
Tests the getOffset() method. |
PagerPluginBaseTest::testGetPagerId | function | core/ |
Tests the getPagerId() method. |
PagerPluginBaseTest::testGetTotalItems | function | core/ |
Tests the getTotalItems() method. |
PagerPluginBaseTest::testHasMoreRecords | function | core/ |
Tests the hasMoreRecords() method. |
PagerPluginBaseTest::testSetCurrentPage | function | core/ |
Tests the setCurrentPage() method. |
PagerPluginBaseTest::testSetItemsPerPage | function | core/ |
Tests the setItemsPerPage() method. |
PagerPluginBaseTest::testSetOffset | function | core/ |
Tests the setOffset() method. |
PagerPluginBaseTest::testUseCountQuery | function | core/ |
Tests the useCountQuery() method. |
PagerPluginBaseTest::testUsePager | function | core/ |
Tests the usePager() method. |
PagerPluginBaseTest::testUsesExposed | function | core/ |
Tests the usesExposed() method. |
PagersCacheContext | class | core/ |
Defines a cache context for "per page in a pager" caching. |
PagersCacheContext.php | file | core/ |
|
PagersCacheContext::$pagerParams | property | core/ |
The pager parameters. |
PagersCacheContext::getCacheableMetadata | function | core/ |
|
PagersCacheContext::getContext | function | core/ |
|
PagersCacheContext::getLabel | function | core/ |
|
PagersCacheContext::__construct | function | core/ |
Constructs a new PagersCacheContext object. |
PagerSelectExtender | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\PagerSelectExtender. |
PagerSelectExtender | class | core/ |
Query extender for pager queries. |
PagerSelectExtender.php | file | core/ |
|
PagerSelectExtender.php | file | core/ |
|
PagerSelectExtender::$customCountQuery | property | core/ |
The count query that will be used for this pager. |
PagerSelectExtender::$element | property | core/ |
The unique ID of this pager on this page. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.