| PagerManager::getMaxPagerElementId |
function |
core/lib/Drupal/Core/Pager/PagerManager.php |
Gets the extent of the pager page element IDs. |
| PagerManager::getPager |
function |
core/lib/Drupal/Core/Pager/PagerManager.php |
Gets a pager from the static cache. |
| PagerManager::getUpdatedParameters |
function |
core/lib/Drupal/Core/Pager/PagerManager.php |
Gets the URL query parameter array of a pager link. |
| PagerManager::reservePagerElementId |
function |
core/lib/Drupal/Core/Pager/PagerManager.php |
Reserve a pager element ID. |
| PagerManager::setPager |
function |
core/lib/Drupal/Core/Pager/PagerManager.php |
Saves a pager to the static cache. |
| PagerManager::__construct |
function |
core/lib/Drupal/Core/Pager/PagerManager.php |
Construct a PagerManager object. |
| PagerManagerInterface |
interface |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
This is a service for pager information. |
| PagerManagerInterface.php |
file |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
|
| PagerManagerInterface::createPager |
function |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
Initializes a pager. |
| PagerManagerInterface::findPage |
function |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
Returns the current page being requested for display within a pager. |
| PagerManagerInterface::getMaxPagerElementId |
function |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
Gets the extent of the pager page element IDs. |
| PagerManagerInterface::getPager |
function |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
Gets a pager from the static cache. |
| PagerManagerInterface::getUpdatedParameters |
function |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
Gets the URL query parameter array of a pager link. |
| PagerManagerInterface::reservePagerElementId |
function |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
Reserve a pager element ID. |
| PagerManagerTest |
class |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
@group Pager |
| PagerManagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
|
| PagerManagerTest::providerTestGetMaxPagerElementId |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
Provides test cases for PagerManagerTest::testGetMaxPagerElementId(). |
| PagerManagerTest::testFindPage |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
@covers ::findPage[[api-linebreak]] |
| PagerManagerTest::testGetMaxPagerElementId |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
@covers ::getMaxPagerElementId[[api-linebreak]] |
| PagerManagerTest::testGetUpdatedParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
@covers ::getUpdatedParameters[[api-linebreak]] |
| PagerParameters |
class |
core/lib/Drupal/Core/Pager/PagerParameters.php |
Provides pager information contained within the current request. |
| PagerParameters.php |
file |
core/lib/Drupal/Core/Pager/PagerParameters.php |
|
| PagerParameters::$requestStack |
property |
core/lib/Drupal/Core/Pager/PagerParameters.php |
The HTTP request stack. |
| PagerParameters::findPage |
function |
core/lib/Drupal/Core/Pager/PagerParameters.php |
Returns the current page being requested for display within a pager. |
| PagerParameters::getPagerParameter |
function |
core/lib/Drupal/Core/Pager/PagerParameters.php |
Gets the 'page' query parameter for the current request. |
| PagerParameters::getPagerQuery |
function |
core/lib/Drupal/Core/Pager/PagerParameters.php |
Gets the request query parameter. |
| PagerParameters::getQueryParameters |
function |
core/lib/Drupal/Core/Pager/PagerParameters.php |
Gets all request URL query parameters that are unrelated to paging. |
| PagerParameters::__construct |
function |
core/lib/Drupal/Core/Pager/PagerParameters.php |
Construct a PagerManager object. |
| PagerParametersInterface |
interface |
core/lib/Drupal/Core/Pager/PagerParametersInterface.php |
Interface describing pager information contained within the request. |
| PagerParametersInterface.php |
file |
core/lib/Drupal/Core/Pager/PagerParametersInterface.php |
|
| PagerParametersInterface::findPage |
function |
core/lib/Drupal/Core/Pager/PagerParametersInterface.php |
Returns the current page being requested for display within a pager. |
| PagerParametersInterface::getPagerParameter |
function |
core/lib/Drupal/Core/Pager/PagerParametersInterface.php |
Gets the 'page' query parameter for the current request. |
| PagerParametersInterface::getPagerQuery |
function |
core/lib/Drupal/Core/Pager/PagerParametersInterface.php |
Gets the request query parameter. |
| PagerParametersInterface::getQueryParameters |
function |
core/lib/Drupal/Core/Pager/PagerParametersInterface.php |
Gets all request URL query parameters that are unrelated to paging. |
| PagerPluginBase |
class |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Base class for views pager plugins. |
| PagerPluginBase.php |
file |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
| PagerPluginBase::$current_page |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
| PagerPluginBase::$headingOptions |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Options available for setting pagination headers. |
| PagerPluginBase::$total_items |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
| PagerPluginBase::$usesOptions |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Denotes whether the plugin has an additional options form. |
| PagerPluginBase::executeCountQuery |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Executes the count query. |
| PagerPluginBase::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
| PagerPluginBase::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
| PagerPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
| PagerPluginBase::getCurrentPage |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the current page. |
| PagerPluginBase::getHeadingLevel |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the pager heading tag. |
| PagerPluginBase::getItemsPerPage |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get how many items per page this pager will display. |
| PagerPluginBase::getOffset |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the page offset, or how many items to skip. |
| PagerPluginBase::getPagerId |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the pager id, if it exists. |
| PagerPluginBase::getTotalItems |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the total number of items. |