Search for pager

  1. Search 7.x for pager
  2. Search 9.5.x for pager
  3. Search 8.9.x for pager
  4. Search 10.3.x for pager
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Pager class core/lib/Drupal/Core/Render/Element/Pager.php Provides a render element for a pager.
Pager class core/lib/Drupal/Core/Pager/Pager.php A value object that represents a pager.

All search results

Title Object type File name Summary
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
PagerManagerTest::testGetMaxPagerElementId function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @covers ::getMaxPagerElementId
PagerManagerTest::testGetUpdatedParameters function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @covers ::getUpdatedParameters
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.
PagerPluginBase::hasMoreRecords function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Determine if there are more records available.
PagerPluginBase::isOffsetExposed function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.