| PagerManagerTest::testFindPage |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
Tests find page. |
| PagerManagerTest::testGetMaxPagerElementId |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
Tests get max pager element id. |
| PagerManagerTest::testGetUpdatedParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
Tests get updated parameters. |
| PagerModalTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
Tests pager functionality in a modal. |
| PagerModalTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
|
| PagerModalTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
The theme to install as the default for testing. |
| PagerModalTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
Modules to install. |
| PagerModalTest::setUp |
function |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
|
| PagerModalTest::testPagerInsideModal |
function |
core/modules/system/tests/src/FunctionalJavascript/Pager/PagerModalTest.php |
Tests pagers work inside of modals. |
| PagerPluginBaseTest |
class |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests Drupal\views\Plugin\views\pager\PagerPluginBase. |
| PagerPluginBaseTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
|
| PagerPluginBaseTest::$pager |
property |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
The mock pager plugin instance. |
| PagerPluginBaseTest::providerTestHasMoreRecords |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Provides test data for the hasMoreRecord method test. |
| PagerPluginBaseTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
|
| PagerPluginBaseTest::testExecuteCountQueryWithOffset |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the executeCountQuery method with a set offset. |
| PagerPluginBaseTest::testExecuteCountQueryWithOffsetLargerThanResult |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the executeCountQuery method with an offset larger than result count. |
| PagerPluginBaseTest::testExecuteCountQueryWithoutOffset |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the executeCountQuery method without a set offset. |
| PagerPluginBaseTest::testGetCurrentPage |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the getCurrentPage() method. |
| PagerPluginBaseTest::testGetItemsPerPage |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the getItemsPerPage() method. |
| PagerPluginBaseTest::testGetOffset |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the getOffset() method. |
| PagerPluginBaseTest::testGetPagerId |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the getPagerId() method. |
| PagerPluginBaseTest::testGetTotalItems |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the getTotalItems() method. |
| PagerPluginBaseTest::testHasMoreRecords |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the hasMoreRecords() method. |
| PagerPluginBaseTest::testSetCurrentPage |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the setCurrentPage() method. |
| PagerPluginBaseTest::testSetItemsPerPage |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the setItemsPerPage() method. |
| PagerPluginBaseTest::testSetOffset |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the setOffset() method. |
| PagerPluginBaseTest::testUseCountQuery |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the useCountQuery() method. |
| PagerPluginBaseTest::testUsePager |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the usePager() method. |
| PagerPluginBaseTest::testUsesExposed |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the usesExposed() method. |
| PagerTest |
class |
core/modules/views/tests/src/Functional/Wizard/PagerTest.php |
Tests the ability of the views wizard to create views without a pager. |
| PagerTest |
class |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
Tests the pluggable pager system. |
| PagerTest |
class |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
Tests pager functionality. |
| PagerTest.php |
file |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
|
| PagerTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
|
| PagerTest.php |
file |
core/modules/views/tests/src/Functional/Wizard/PagerTest.php |
|
| PagerTest::$adminUser |
property |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
A user with permission to access site reports. |
| PagerTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
|
| PagerTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Wizard/PagerTest.php |
|
| PagerTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
|
| PagerTest::$localeStorage |
property |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
String translation storage object. |
| PagerTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
|
| PagerTest::$modules |
property |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
|
| PagerTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
Views used by this test. |
| PagerTest::assertClass |
function |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
Asserts that an element has a given class. |
| PagerTest::assertNoClass |
function |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
Asserts that an element does not have a given class. |
| PagerTest::assertPagerItems |
function |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
Asserts pager items and links. |
| PagerTest::createTranslation |
function |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
Creates single translation for source string. |
| PagerTest::createViewAtPath |
function |
core/modules/views/tests/src/Functional/Wizard/PagerTest.php |
Create a simple View of nodes at a given path. |
| PagerTest::setUp |
function |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
|
| PagerTest::testActiveClass |
function |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
Tests markup and CSS classes of pager links. |