| 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::testQuantityNotSet |
function |
core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php |
Tests template_preprocess_pager() when an empty #quantity 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[[api-linebreak]] |
| RequestPagerTest::testGetQueryParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php |
@covers ::getQueryParameters[[api-linebreak]] |
| 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 |
Clears the default search page. |
| SearchPageRepository::getActiveSearchPages |
function |
core/modules/search/src/SearchPageRepository.php |
Returns all active search page entities. |
| SearchPageRepository::getDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepository.php |
Returns the default search page. |
| SearchPageRepository::getIndexableSearchPages |
function |
core/modules/search/src/SearchPageRepository.php |
Returns all active, indexable search page entities. |
| SearchPageRepository::getQuery |
function |
core/modules/search/src/SearchPageRepository.php |
Returns an entity query instance. |
| SearchPageRepository::isSearchActive |
function |
core/modules/search/src/SearchPageRepository.php |
Returns whether search is active. |
| SearchPageRepository::setDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepository.php |
Sets a given search page as the default. |
| SearchPageRepository::sortSearchPages |
function |
core/modules/search/src/SearchPageRepository.php |
Sorts a list of search pages. |
| SearchPageRepository::__construct |
function |
core/modules/search/src/SearchPageRepository.php |
Constructs a new SearchPageRepository. |
| SearchPageRepositoryInterface |
interface |
core/modules/search/src/SearchPageRepositoryInterface.php |
Provides the interface for a repository Search Page entities. |
| SearchPageRepositoryInterface.php |
file |
core/modules/search/src/SearchPageRepositoryInterface.php |
|
| SearchPageRepositoryInterface::clearDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Clears the default search page. |
| SearchPageRepositoryInterface::getActiveSearchPages |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Returns all active search page entities. |
| SearchPageRepositoryInterface::getDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Returns the default search page. |
| SearchPageRepositoryInterface::getIndexableSearchPages |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Returns all active, indexable search page entities. |
| SearchPageRepositoryInterface::isSearchActive |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Returns whether search is active. |
| SearchPageRepositoryInterface::setDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Sets a given search page as the default. |