Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| pager.html.twig | file | core/ |
Default theme implementation to display a pager. |
| pager.manager | service | core/ |
Drupal\Core\Pager\PagerManager |
| pager.parameters | service | core/ |
Drupal\Core\Pager\PagerParameters |
| pager.pcss.css | file | core/ |
Styles for Claro's Pagination. |
| pager.pcss.css | file | core/ |
Styles for Admin's Pagination. |
| pager.pcss.css | file | core/ |
Styles for pagination. |
| pager.pcss.css | file | core/ |
Styles for Claro's Pagination. |
| Pager.php | file | core/ |
|
| Pager.php | file | core/ |
|
| Pager::$currentPage | property | core/ |
The current page of the pager. |
| Pager::$limit | property | core/ |
The maximum number of items per page. |
| Pager::$totalItems | property | core/ |
The total number of items . |
| Pager::$totalPages | property | core/ |
The total number of pages. |
| Pager::getCurrentPage | function | core/ |
Gets the current page. |
| Pager::getInfo | function | core/ |
|
| Pager::getLimit | function | core/ |
Gets the maximum number of items per page. |
| Pager::getTotalItems | function | core/ |
Gets the total number of items. |
| Pager::getTotalPages | function | core/ |
Gets the total number of pages. |
| Pager::preRenderPager | function | core/ |
Render API callback: Associates the appropriate cache context. |
| Pager::setCurrentPage | function | core/ |
Sets the current page to a valid value within range. |
| Pager::setTotalPages | function | core/ |
Sets the total number of pages. |
| Pager::__construct | function | core/ |
Pager constructor. |
| PageRenderTest | class | core/ |
Test page rendering hooks. |
| PageRenderTest.php | file | core/ |
|
| PageRenderTest::assertPageRenderHookExceptions | function | core/ |
Asserts whether expected exceptions are thrown for invalid hook implementations. |
| PageRenderTest::testHookPageAlter | function | core/ |
Tests hook_page_attachments_alter() exceptions. |
| PageRenderTest::testHookPageAttachmentsExceptions | function | core/ |
Tests hook_page_attachments() exceptions. |
| PageRenderTest::testHtmlRendererAttachmentsRenderContext | function | core/ |
Tests HtmlRenderer::invokePageAttachmentHooks in a render context. |
| PagerKernelTest | class | core/ |
Tests pager-related APIs. |
| PagerKernelTest.php | file | core/ |
|
| PagerKernelTest::$modules | property | core/ |
|
| PagerKernelTest::$testViews | property | core/ |
|
| PagerKernelTest::setUp | function | core/ |
|
| PagerKernelTest::testSetPagerMethods | function | core/ |
Tests pager-related setter methods on ViewExecutable. |
| PagerManager | class | core/ |
Provides a manager for pagers. |
| PagerManager.php | file | core/ |
|
| PagerManager::$maxPagerElementId | property | core/ |
The highest pager ID created so far. |
| PagerManager::$pagerParams | property | core/ |
The pager parameters. |
| PagerManager::$pagers | property | core/ |
An associative array of pagers. |
| PagerManager::createPager | function | core/ |
|
| PagerManager::findPage | function | core/ |
|
| PagerManager::getMaxPagerElementId | function | core/ |
|
| PagerManager::getPager | function | core/ |
|
| PagerManager::getUpdatedParameters | function | core/ |
|
| PagerManager::reservePagerElementId | function | core/ |
|
| PagerManager::setPager | function | core/ |
Saves a pager to the static cache. |
| PagerManager::__construct | function | core/ |
Construct a PagerManager object. |
| PagerManagerInterface | interface | core/ |
This is a service for pager information. |
| PagerManagerInterface.php | file | core/ |
|
| PagerManagerInterface::createPager | function | core/ |
Initializes a pager. |
Pagination
- Previous page
- Page 1231
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.