Search for pager

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.