Search for pager
- Search 9.5.x for pager
- Search 8.9.x for pager
- Search 10.3.x for pager
- Search 11.x for pager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
$pager_limits | global | external_documentation/ |
Array of the number of items per page for each pager. |
$pager_page_array | global | external_documentation/ |
Array of current page numbers for each pager. |
$pager_total | global | external_documentation/ |
Array of the total number of pages for each pager. |
$pager_total_items | global | external_documentation/ |
Array of the total number of items for each pager. |
CommentPagerTest | class | modules/ |
Verify pagination of comments. |
CommentPagerTest::assertCommentOrder | function | modules/ |
Helper function: assert that the comments are displayed in the correct order. |
CommentPagerTest::getInfo | function | modules/ |
|
CommentPagerTest::testCommentNewPageIndicator | function | modules/ |
Test comment_new_page_count(). |
CommentPagerTest::testCommentOrderingThreading | function | modules/ |
Test comment ordering and threading. |
CommentPagerTest::testCommentPaging | function | modules/ |
Confirm comment paging works correctly with flat and threaded comments. |
DatabaseSelectPagerDefaultTestCase | class | modules/ |
|
DatabaseSelectPagerDefaultTestCase::getInfo | function | modules/ |
|
DatabaseSelectPagerDefaultTestCase::testElementNumbers | function | modules/ |
Confirm that every pager gets a valid non-overlaping element ID. |
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery | function | modules/ |
Confirm that a pager query returns the correct results. |
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery | function | modules/ |
Confirm that a paging query with a having expression returns valid results. |
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery | function | modules/ |
Confirm that a pager query with inner pager query returns valid results. |
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery | function | modules/ |
Confirm that a pager query returns the correct results. |
database_test_even_pager_query | function | modules/ |
Run a pager query and return the results. |
database_test_odd_pager_query | function | modules/ |
Run a pager query and return the results. |
EntityFieldQuery::$pager | property | includes/ |
The query pager data. |
EntityFieldQuery::initializePager | function | includes/ |
Gets the total number of results and initializes a pager for the query. |
EntityFieldQuery::pager | function | includes/ |
Enables a pager for the query. |
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager | function | modules/ |
Tests disabling the pager in EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryPager | function | modules/ |
Tests the pager integration of EntityFieldQuery. |
NodeAccessPagerTestCase | class | modules/ |
Tests pagination with a node access module enabled. |
NodeAccessPagerTestCase::$web_user | property | modules/ |
|
NodeAccessPagerTestCase::getInfo | function | modules/ |
|
NodeAccessPagerTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
NodeAccessPagerTestCase::testCommentPager | function | modules/ |
Tests the comment pager for nodes with multiple grants per realm. |
NodeAccessPagerTestCase::testForumPager | function | modules/ |
Tests the forum node pager for nodes with multiple grants per realm. |
Pager pieces | group | includes/ |
Theme functions for customizing pager elements. |
pager.inc | file | includes/ |
Functions to aid in presenting database results as a set of pages. |
pager.test | file | modules/ |
Tests for pager functionality. |
PagerDefault | class | includes/ |
Query extender for pager queries. |
PagerDefault::$customCountQuery | property | includes/ |
The count query that will be used for this pager. |
PagerDefault::$element | property | includes/ |
The unique ID of this pager on this page. |
PagerDefault::$limit | property | includes/ |
The number of elements per page to allow. |
PagerDefault::$maxElement | property | includes/ |
The highest element we've autogenerated so far. |
PagerDefault::element | function | includes/ |
Specify the element ID for this pager query. |
PagerDefault::ensureElement | function | includes/ |
Ensure that there is an element associated with this query. If an element was not specified previously, then the value of the $maxElement counter is taken, after which the counter is incremented. |
PagerDefault::execute | function | includes/ |
Override the execute method. |
PagerDefault::getCountQuery | function | includes/ |
Retrieve the count query for this pager. |
PagerDefault::getElement | function | includes/ |
Gets the element ID for this pager query. |
PagerDefault::limit | function | includes/ |
Specify the maximum number of elements per page for this query. |
PagerDefault::setCountQuery | function | includes/ |
Specify the count query object to use for this pager. |
PagerDefault::__construct | function | includes/ |
|
PagerFunctionalWebTestCase | class | modules/ |
Tests pager functionality. |
PagerFunctionalWebTestCase::$admin_user | property | modules/ |
|
PagerFunctionalWebTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
PagerFunctionalWebTestCase::assertClass | function | modules/ |
Asserts that an element has a given class. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.