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
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 |
|---|---|---|---|
| PagerManagerInterface.php | file | core/ |
|
| PagerManagerInterface::createPager | function | core/ |
Initializes a pager. |
| PagerManagerInterface::getPager | function | core/ |
Gets a pager from the static cache. |
| PagerManagerInterface::getUpdatedParameters | function | core/ |
Gets the URL query parameter array of a pager link. |
| PagerManagerTest | class | core/ |
@group Pager |
| PagerManagerTest.php | file | core/ |
|
| PagerManagerTest::testDefaultInitializeGlobals | function | core/ |
@covers ::createPager[[api-linebreak]] |
| PagerManagerTest::testGetUpdatedParameters | function | core/ |
@covers ::getUpdatedParameters[[api-linebreak]] |
| PagerManagerTest::testGlobalsSafety | function | core/ |
@group legacy @expectedDeprecation Global variable $pager_page_array is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use \Drupal\Core\Pager\PagerManagerInterface instead. See https://www.drupal.org/node/2779457 @expectedDeprecation… |
| PagerParameters | class | core/ |
Provides pager information contained within the current request. |
| PagerParameters.php | file | core/ |
|
| PagerParameters::$requestStack | property | core/ |
The HTTP request stack. |
| PagerParameters::findPage | function | core/ |
Returns the current page being requested for display within a pager. |
| PagerParameters::getPagerParameter | function | core/ |
Gets the 'page' query parameter for the current request. |
| PagerParameters::getPagerQuery | function | core/ |
Gets the request query parameter. |
| PagerParameters::getQueryParameters | function | core/ |
Gets all request URL query parameters that are unrelated to paging. |
| PagerParameters::__construct | function | core/ |
Construct a PagerManager object. |
| PagerParametersInterface | interface | core/ |
Interface describing pager information contained within the request. |
| PagerParametersInterface.php | file | core/ |
|
| PagerParametersInterface::findPage | function | core/ |
Returns the current page being requested for display within a pager. |
| PagerParametersInterface::getPagerParameter | function | core/ |
Gets the 'page' query parameter for the current request. |
| PagerParametersInterface::getPagerQuery | function | core/ |
Gets the request query parameter. |
| PagerParametersInterface::getQueryParameters | function | core/ |
Gets all request URL query parameters that are unrelated to paging. |
| PagerPluginBase | class | core/ |
Base class for views pager plugins. |
| PagerPluginBase.php | file | core/ |
|
| PagerPluginBase::$current_page | property | core/ |
|
| PagerPluginBase::$total_items | property | core/ |
|
| PagerPluginBase::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
| PagerPluginBase::executeCountQuery | function | core/ |
Execute the count query, which will be done just prior to the query itself being executed. |
| PagerPluginBase::exposedFormAlter | function | core/ |
|
| PagerPluginBase::exposedFormSubmit | function | core/ |
|
| PagerPluginBase::exposedFormValidate | function | core/ |
|
| PagerPluginBase::getCurrentPage | function | core/ |
Get the current page. |
| PagerPluginBase::getItemsPerPage | function | core/ |
Get how many items per page this pager will display. |
| PagerPluginBase::getOffset | function | core/ |
Get the page offset, or how many items to skip. |
| PagerPluginBase::getPagerId | function | core/ |
Get the pager id, if it exists |
| PagerPluginBase::getTotalItems | function | core/ |
Get the total number of items. |
| PagerPluginBase::hasMoreRecords | function | core/ |
Determine if there are more records available. |
| PagerPluginBase::isOffsetExposed | function | core/ |
|
| 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::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 form for submitting options |
| PagerPluginBase::summaryTitle | function | core/ |
Return a string to display as the clickable title for the pager plugin. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.