Example: Pager in Examples for Developers 7
Same name and namespace in other branches
- 8 pager_example/pager_example.module \pager_example
- 3.x modules/pager_example/pager_example.module \pager_example
Example of a results pager.
Parent topics
File
- pager_example/
pager_example.module, line 14 - This is an example describing 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.
Functions
Name | Location | Description |
---|---|---|
pager_example_help |
pager_example/ |
Implements hook_help(). |
pager_example_menu |
pager_example/ |
Implements hook_menu(). |
pager_example_page |
pager_example/ |
Build the pager query. |
Classes
Name | Location | Description |
---|---|---|
PagerExampleTestCase |
pager_example/ |
Functionality tests for the pager example module. |