DisplayPluginInterface::isPagerEnabled |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Whether the display is using a pager or not. |
DisplayPluginInterface::renderPager |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Checks to see if the display plugins support pager rendering. |
DisplayPluginInterface::usesPager |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Whether the display allows the use of a pager or not. |
Drupal\search\SearchPageRepositoryInterface |
service |
core/modules/search/search.services.yml |
|
EntityListBuilderTest::testPager |
function |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
Tests paging. |
EntityReference::$usesPager |
property |
core/modules/views/src/Plugin/views/display/EntityReference.php |
|
EntityResource::getPagerLinks |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Get the pager links for a given request object. |
EntityResource::getPagerQueries |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Get the query param array. |
Feed::$usesPager |
property |
core/modules/views/src/Plugin/views/display/Feed.php |
Whether the display allows the use of a pager or not. |
FieldCounterTest::testPager |
function |
core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php |
Tests the counter field when using a pager. |
FilterDateTest::testExposedFilterWithPager |
function |
core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php |
Tests exposed date filters with a pager. |
HelpPageReverseOrderTest |
class |
core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php |
Verify the order of the help page with an alter hook. |
HelpPageReverseOrderTest.php |
file |
core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php |
|
HelpPageReverseOrderTest::$defaultTheme |
property |
core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php |
|
HelpPageReverseOrderTest::$modules |
property |
core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php |
|
HelpPageReverseOrderTest::$stringOrder |
property |
core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php |
Strings to search for on admin/help, in order. |
hook_views_plugins_pager_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views pager plugins. |
LayoutBuilderTest::$pageReloadMarker |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php |
A string used to mark the current page. |
LocaleLocalTasksTest::getLocalePageRoutes |
function |
core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php |
Provides a list of routes to test. |
MaintenanceModeSubscriber::$bareHtmlPageRenderer |
property |
core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php |
The bare HTML page renderer. |
MiniPagerTest |
class |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Tests the mini pager plugin. |
MiniPagerTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
|
MiniPagerTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
|
MiniPagerTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
|
MiniPagerTest::$nodes |
property |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Nodes used by the test. |
MiniPagerTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Views used by this test. |
MiniPagerTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
|
MiniPagerTest::testMiniPagerRender |
function |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Tests the rendering of mini pagers. |
MiniPagerTest::testPagerHeadingLevel |
function |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Tests changing the heading level. |
ModerationStateNodeTest::testPagers |
function |
core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php |
Tests pagers aren't broken by content_moderation. |
NodeAccessPagerTest |
class |
core/modules/forum/tests/src/Functional/NodeAccessPagerTest.php |
Tests access controlled node views have the right amount of comment pages. |
NodeAccessPagerTest |
class |
core/modules/node/tests/src/Functional/NodeAccessPagerTest.php |
Tests access controlled node views have the right amount of comment pages. |
NodeAccessPagerTest.php |
file |
core/modules/forum/tests/src/Functional/NodeAccessPagerTest.php |
|
NodeAccessPagerTest.php |
file |
core/modules/node/tests/src/Functional/NodeAccessPagerTest.php |
|
NodeAccessPagerTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeAccessPagerTest.php |
|
NodeAccessPagerTest::$defaultTheme |
property |
core/modules/forum/tests/src/Functional/NodeAccessPagerTest.php |
The theme to install as the default for testing. |
NodeAccessPagerTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeAccessPagerTest.php |
|
NodeAccessPagerTest::$modules |
property |
core/modules/forum/tests/src/Functional/NodeAccessPagerTest.php |
Modules to enable. |
NodeAccessPagerTest::$webUser |
property |
core/modules/node/tests/src/Functional/NodeAccessPagerTest.php |
An user. |
NodeAccessPagerTest::$webUser |
property |
core/modules/forum/tests/src/Functional/NodeAccessPagerTest.php |
A user account to use for the test. |
NodeAccessPagerTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeAccessPagerTest.php |
|
NodeAccessPagerTest::setUp |
function |
core/modules/forum/tests/src/Functional/NodeAccessPagerTest.php |
|
NodeAccessPagerTest::testCommentPager |
function |
core/modules/node/tests/src/Functional/NodeAccessPagerTest.php |
Tests the comment pager for nodes with multiple grants per realm. |
NodeAccessPagerTest::testForumPager |
function |
core/modules/forum/tests/src/Functional/NodeAccessPagerTest.php |
Tests the forum node pager for nodes with multiple grants per realm. |
None::usePager |
function |
core/modules/views/src/Plugin/views/pager/None.php |
|
OliveroTest::testPagerAttribute |
function |
core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php |
Tests pager attribute is present using pager_test. |
OverviewTerms::$pagerManager |
property |
core/modules/taxonomy/src/Form/OverviewTerms.php |
The pager manager. |
Page::$pageRenderArray |
property |
core/modules/views/src/Plugin/views/display/Page.php |
The current page render array. |
Page::getPageRenderArray |
function |
core/modules/views/src/Plugin/views/display/Page.php |
Gets the current views page render array. |
Page::getPagerText |
function |
core/modules/views/src/Plugin/views/display/Page.php |
|