| 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 |
Tests Drupal\Core\Pager\PagerManager. |
| 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 |
Tests find page. |
| PagerManagerTest::testGetMaxPagerElementId |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
Tests get max pager element id. |
| PagerManagerTest::testGetUpdatedParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
Tests get updated parameters. |
| PagerModalTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
Tests pager functionality in a modal. |
| PagerModalTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
|
| PagerModalTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
The theme to install as the default for testing. |
| PagerModalTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
Modules to install. |
| PagerModalTest::setUp |
function |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
|
| PagerModalTest::testPagerInsideModal |
function |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
Tests pagers work inside of modals. |
| 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 |
The current page. |
| 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 |
The total number of lines. |
| 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 |
Allows the exposed form to be altered. |
| PagerPluginBase::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Handles submission of the exposed form. |
| PagerPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Allows the exposed form to be validated. |
| 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. |