Search for pager

  1. Search 7.x for pager
  2. Search 9.5.x for pager
  3. Search 10.3.x for pager
  4. Search 11.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
PagerManagerInterface.php file core/lib/Drupal/Core/Pager/PagerManagerInterface.php
PagerManagerInterface::createPager function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Initializes a pager.
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.
PagerManagerTest class core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @group Pager
PagerManagerTest.php file core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php
PagerManagerTest::testDefaultInitializeGlobals function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @covers ::createPager
PagerManagerTest::testGetUpdatedParameters function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @covers ::getUpdatedParameters
PagerManagerTest::testGlobalsSafety function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @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/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::$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 Execute the count query, which will be done just prior to the query
itself being executed.
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::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
PagerPluginBase::itemsPerPageExposed function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
PagerPluginBase::postExecute function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Perform any needed actions just after the query executing.
PagerPluginBase::preExecute function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Perform any needed actions just prior to the query executing.
PagerPluginBase::preRender function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Perform any needed actions just before rendering.
PagerPluginBase::query function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Modify the query for paging
PagerPluginBase::render function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Return the renderable array of the pager.
PagerPluginBase::setCurrentPage function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Set the current page.
PagerPluginBase::setItemsPerPage function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Set how many items per page this pager will display.
PagerPluginBase::setOffset function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Set the page offset, or how many items to skip.
PagerPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form form for submitting options
PagerPluginBase::summaryTitle function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Return a string to display as the clickable title for the
pager plugin.

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