| PagerTest::testRenderNullPager |
function |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
Tests rendering with NULL pager. |
| PagerTest::testStorePagerSettings |
function |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
Pagers was sometimes not stored. |
| PagerTest::testViewTotalRowsWithoutPager |
function |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
Tests the total row count in a view without a pager. |
| 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 |
Render API callback: Shows the pager cache context for type pager. |
| 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. |
| PagerTestThemeHooks |
class |
core/modules/system/tests/modules/pager_test/src/Hook/PagerTestThemeHooks.php |
Hook implementations for pager_test. |
| PagerTestThemeHooks.php |
file |
core/modules/system/tests/modules/pager_test/src/Hook/PagerTestThemeHooks.php |
|
| PagerTestThemeHooks::preprocessPager |
function |
core/modules/system/tests/modules/pager_test/src/Hook/PagerTestThemeHooks.php |
Implements hook_preprocess_HOOK(). |
| 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.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 |
| 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::$pagerPreprocess |
property |
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php |
Pager preprocess instance. |
| 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 when an empty #pagination_heading_level value is passed. |
| PreprocessPagerTest::testPagerModalAttributes |
function |
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php |
Tests pager links get modal attributes when request is in a modal. |
| PreprocessPagerTest::testPaginationHeadingLevelInvalid |
function |
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php |
Test with an invalid #pagination_heading_level. |
| PreprocessPagerTest::testPaginationHeadingLevelNotSet |
function |
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php |
Tests when no #pagination_heading_level is passed. |
| PreprocessPagerTest::testPaginationHeadingLevelSet |
function |
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php |
Tests when a #pagination_heading_level value is passed. |
| PreprocessPagerTest::testQuantityNotSet |
function |
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php |
Tests when an empty #quantity is passed. |
| PreprocessPagerTest::testQuantitySet |
function |
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php |
Tests 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 |
Tests Drupal\Core\Pager\PagerParameters. |
| RequestPagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php |
|
| RequestPagerTest::testFindPage |
function |
core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php |
Tests find page. |
| RequestPagerTest::testGetQueryParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php |
Tests get query parameters. |
| 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 |
|