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 PagerDefault.

Parent topics

File

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

Functions

Namesort ascending Location Description
pager_example_page modules/examples/pager_example/pager_example.module Builds the pager.
pager_example_menu modules/examples/pager_example/pager_example.module Implements hook_menu().

Classes

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