This example demonstrates a page with content in a pager.

This is an example showing how a module can implement a pager in order to reduce the number of output rows to the screen, and allow a user to scroll through multiple screens of output.

See:

Parent topics

File

modules/examples/pager_example/pager_example.module, line 7
Hook implementations for the Pager Example module.

Functions

Name Locationsort ascending Description
pager_example_menu modules/examples/pager_example/pager_example.module Implements hook_menu().
pager_example_page modules/examples/pager_example/pager_example.module Build the pager query.

Classes

Name Locationsort ascending Description
PagerExampleTestCase modules/examples/pager_example/tests/pager_example.test Functionality tests for the pager example module.