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
AdminHtmlRouteProvider::getAddPageRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Gets the add page route.
Attachment::$usesPager property core/modules/views/src/Plugin/views/display/Attachment.php Whether the display allows the use of a pager or not.
Attachment::renderPager function core/modules/views/src/Plugin/views/display/Attachment.php Checks to see if the display plugins support pager rendering.
BareHtmlPageRenderer class core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer.
BareHtmlPageRenderer class core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php Default bare HTML page renderer.
BareHtmlPageRenderer.php file core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php
BareHtmlPageRenderer.php file core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php
BareHtmlPageRenderer::$container property core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php The service container.
BareHtmlPageRenderer::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php The id of the original proxied service.
BareHtmlPageRenderer::$htmlResponseAttachmentsProcessor property core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php The HTML response attachments processor service.
BareHtmlPageRenderer::$renderer property core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php The renderer service.
BareHtmlPageRenderer::$service property core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php The real proxied service, after it was lazy loaded.
BareHtmlPageRenderer::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Lazy loads the real service from the container.
BareHtmlPageRenderer::renderBarePage function core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php Renders a bare page.
BareHtmlPageRenderer::renderBarePage function core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Renders a bare page.
BareHtmlPageRenderer::__construct function core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Constructs a ProxyClass Drupal proxy object.
BareHtmlPageRenderer::__construct function core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php Constructs a new BareHtmlPageRenderer.
BareHtmlPageRendererInterface interface core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php Bare HTML page renderer.
BareHtmlPageRendererInterface.php file core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php
BareHtmlPageRendererInterface::renderBarePage function core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php Renders a bare page.
CacheTest::testTimeResultCachingWithPager function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests result caching with a pager.
ClaroTest::testPagerAttribute function core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Tests pager attribute is present using pager_test.
CommentPagerTest class core/modules/comment/tests/src/Functional/CommentPagerTest.php Tests paging of comments and their settings.
CommentPagerTest.php file core/modules/comment/tests/src/Functional/CommentPagerTest.php
CommentPagerTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentPagerTest.php The theme to install as the default for testing.
CommentPagerTest::assertCommentOrder function core/modules/comment/tests/src/Functional/CommentPagerTest.php Asserts that the comments are displayed in the correct order.
CommentPagerTest::clickLinkWithXPath function core/modules/comment/tests/src/Functional/CommentPagerTest.php Follows a link found at a give xpath query.
CommentPagerTest::testCommentNewPageIndicator function core/modules/comment/tests/src/Functional/CommentPagerTest.php Tests calculation of first page with new comment.
CommentPagerTest::testCommentOrderingThreading function core/modules/comment/tests/src/Functional/CommentPagerTest.php Tests comment ordering and threading.
CommentPagerTest::testCommentPaging function core/modules/comment/tests/src/Functional/CommentPagerTest.php Confirms comment paging works correctly with flat and threaded comments.
CommentPagerTest::testCommentPermalink function core/modules/comment/tests/src/Functional/CommentPagerTest.php Confirms comment paging works correctly with flat and threaded comments.
CommentPagerTest::testTwoPagers function core/modules/comment/tests/src/Functional/CommentPagerTest.php Confirms comment paging works correctly with two pagers.
ConfigEntityListTest::testPager function core/modules/config/tests/src/Functional/ConfigEntityListTest.php Tests paging.
Connection::getPagerManager function core/lib/Drupal/Core/Database/Connection.php Get the pager manager service, if available.
CounterTest::$pager property core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php The pager plugin instance.
CounterTest::testCounterRandomPagerOffset function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a counter field with a random pager offset.
DatabaseTestController::pagerQueryEven function core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php Runs a pager query and returns the results.
DatabaseTestController::pagerQueryOdd function core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php Runs a pager query and returns the results.
DbUpdateController::$bareHtmlPageRenderer property core/modules/system/src/Controller/DbUpdateController.php The bare HTML page renderer.
DefaultHtmlRouteProvider::getAddPageRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the add page route.
DefaultHtmlRouteProviderTest::providerTestGetAddPageRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::testGetAddPageRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getAddPageRoute
@dataProvider providerTestGetAddPageRoute
DisplayPageTest::testPageResponses function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Checks the behavior of the page for access denied/not found behaviors.
DisplayPageTest::testPageRouterItems function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Checks that the router items are properly registered.
DisplayPluginBase::$usesPager property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of a pager or not.
DisplayPluginBase::getPagerText function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provides help text for pagers.
DisplayPluginBase::isPagerEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is using a pager or not.
DisplayPluginBase::renderPager function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks to see if the display plugins support pager rendering.
DisplayPluginBase::usesPager function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of a pager or not.
DisplayPluginInterface::getPagerText function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides help text for pagers.

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