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
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::setHeadingLevel function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Set the pager heading.
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 for submitting options.
PagerPluginBase::summaryTitle function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Returns a string to display as the clickable title for the pager plugin.
PagerPluginBase::updatePageInfo function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Updates the pager information.
PagerPluginBase::useCountQuery function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Determine if a pager needs a count query.
PagerPluginBase::usePager function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Determine if this pager actually uses a pager.
PagerPluginBase::usesExposed function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
PagerPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form for validating options.
PagerPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\pager\PagerPluginBase
@group views
PagerPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php
PagerPluginBaseTest::$pager property core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php The mock pager plugin instance.
PagerPluginBaseTest::providerTestHasMoreRecords function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Provides test data for the hasMoreRecord method test.
PagerPluginBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php
PagerPluginBaseTest::testExecuteCountQueryWithOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method with a set offset.
PagerPluginBaseTest::testExecuteCountQueryWithOffsetLargerThanResult function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method with an offset larger than result count.
PagerPluginBaseTest::testExecuteCountQueryWithoutOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method without a set offset.
PagerPluginBaseTest::testGetCurrentPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getCurrentPage() method.
PagerPluginBaseTest::testGetItemsPerPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getItemsPerPage() method.
PagerPluginBaseTest::testGetOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getOffset() method.
PagerPluginBaseTest::testGetPagerId function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getPagerId() method.
PagerPluginBaseTest::testGetTotalItems function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getTotalItems() method.
PagerPluginBaseTest::testHasMoreRecords function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the hasMoreRecords() method.
PagerPluginBaseTest::testSetCurrentPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the setCurrentPage() method.
PagerPluginBaseTest::testSetItemsPerPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the setItemsPerPage() method.
PagerPluginBaseTest::testSetOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the setOffset() method.
PagerPluginBaseTest::testUseCountQuery function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the useCountQuery() method.
PagerPluginBaseTest::testUsePager function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the usePager() method.
PagerPluginBaseTest::testUsesExposed function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the usesExposed() method.
PagersCacheContext class core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Defines a cache context for "per page in a pager" caching.
PagersCacheContext.php file core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php
PagersCacheContext::$pagerParams property core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php The pager parameters.
PagersCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
PagersCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php
PagersCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Returns the label of the cache context.
PagersCacheContext::__construct function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Constructs a new PagersCacheContext object.
PagerSelectExtender class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/PagerSelectExtender.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\PagerSelectExtender.
PagerSelectExtender class core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Query extender for pager queries.
PagerSelectExtender.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/PagerSelectExtender.php
PagerSelectExtender.php file core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php
PagerSelectExtender::$customCountQuery property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The count query that will be used for this pager.
PagerSelectExtender::$element property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The unique ID of this pager on this page.

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