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 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
PagerTest::testViewTotalRowsWithoutPager function core/modules/views/tests/src/Functional/Plugin/PagerTest.php
PagerTestController class core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Controller routine for testing the pager.
PagerTestController.php file core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php
PagerTestController::$pagerParams property core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php The pager request service.
PagerTestController::buildTestTable function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Builds a render array for a multi-page test table.
PagerTestController::create function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Instantiates a new instance of the implementing class using autowiring.
PagerTestController::multiplePagers function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Returns a page with multiple pagers.
PagerTestController::queryParameters function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Returns a pager with 'parameters' variable.
PagerTestController::showPagerCacheContext function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php #pre_render callback for #type => pager that shows the pager cache context.
PagerTestController::trustedCallbacks function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Lists the trusted callbacks provided by the implementing class.
PagerTestController::__construct function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Construct a new PagerTestController object.
pager_test.info.yml file core/modules/system/tests/modules/pager_test/pager_test.info.yml core/modules/system/tests/modules/pager_test/pager_test.info.yml
pager_test.module file core/modules/system/tests/modules/pager_test/pager_test.module Hook implementations for this module.
pager_test.routing.yml file core/modules/system/tests/modules/pager_test/pager_test.routing.yml core/modules/system/tests/modules/pager_test/pager_test.routing.yml
pager_test_preprocess_pager function core/modules/system/tests/modules/pager_test/pager_test.module Implements hook_preprocess_HOOK().
plugin.manager.views.pager service core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
PreprocessPagerTest class core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests pager preprocessing.
PreprocessPagerTest.php file core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php
PreprocessPagerTest::setUp function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php
PreprocessPagerTest::testEmptyPaginationHeadingLevelSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when an empty #pagination_heading_level value is passed.
PreprocessPagerTest::testPaginationHeadingLevelInvalid function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Test template_preprocess_pager() with an invalid #pagination_heading_level.
PreprocessPagerTest::testPaginationHeadingLevelNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when no #pagination_heading_level is passed.
PreprocessPagerTest::testPaginationHeadingLevelSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when a #pagination_heading_level value is passed.
PreprocessPagerTest::testQuantityNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when an empty #quantity is passed.
PreprocessPagerTest::testQuantitySet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when a #quantity value is passed.
PreviewTest::testPreviewWithPagersUI function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Tests pagers in the preview form.
QueryBase::$pager property core/lib/Drupal/Core/Entity/Query/QueryBase.php The query pager data.
QueryBase::initializePager function core/lib/Drupal/Core/Entity/Query/QueryBase.php Gets the total number of results and initialize a pager for the query.
QueryBase::pager function core/lib/Drupal/Core/Entity/Query/QueryBase.php Enables a pager for the query.
QueryInterface::pager function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Enables a pager for the query.
QueryPluginBase::$pager property core/modules/views/src/Plugin/views/query/QueryPluginBase.php A pager plugin that should be provided by the display.
RequestPagerTest class core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php @group Pager
RequestPagerTest.php file core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php
RequestPagerTest::testFindPage function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php @covers ::findPage
RequestPagerTest::testGetQueryParameters function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php @covers ::getQueryParameters
RestExport::$usesPager property core/modules/rest/src/Plugin/views/display/RestExport.php Whether the display allows the use of a pager or not.
ResultTest::setupViewPager function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Sets up a mock pager on the view executable object.
SearchBlock::$searchPageRepository property core/modules/search/src/Plugin/Block/SearchBlock.php The search page repository.
SearchBlockForm::$searchPageRepository property core/modules/search/src/Form/SearchBlockForm.php The search page repository.
SearchController::$searchPageRepository property core/modules/search/src/Controller/SearchController.php The search page repository.
SearchLocalTask::$searchPageRepository property core/modules/search/src/Plugin/Derivative/SearchLocalTask.php The search page repository.
SearchPage::searchPageRepository function core/modules/search/src/Entity/SearchPage.php Wraps the search page repository.
SearchPageFormBase::$searchPageRepository property core/modules/search/src/Form/SearchPageFormBase.php The search page repository.
SearchPageRepository class core/modules/search/src/SearchPageRepository.php Provides a repository for Search Page config entities.
SearchPageRepository.php file core/modules/search/src/SearchPageRepository.php
SearchPageRepository::$configFactory property core/modules/search/src/SearchPageRepository.php The config factory.
SearchPageRepository::$storage property core/modules/search/src/SearchPageRepository.php The search page storage.
SearchPageRepository::clearDefaultSearchPage function core/modules/search/src/SearchPageRepository.php
SearchPageRepository::getActiveSearchPages function core/modules/search/src/SearchPageRepository.php
SearchPageRepository::getDefaultSearchPage function core/modules/search/src/SearchPageRepository.php

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