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
Name | Location | Description |
---|---|---|
pager_example_menu |
modules/ |
Implements hook_menu(). |
pager_example_page |
modules/ |
Builds the pager. |
Classes
Name | Location | Description |
---|---|---|
PagerExampleTestCase |
modules/ |
Functionality tests for the pager example module. |