Same name and namespace in other branches
  1. 8.x-1.x 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

Namesort descending Location Description
pager_example_help pager_example/pager_example.module Implements hook_help().
pager_example_menu pager_example/pager_example.module Implements hook_menu().
pager_example_page pager_example/pager_example.module Build the pager query.

Classes

Namesort descending Location Description
PagerExampleTestCase pager_example/pager_example.test Functionality tests for the pager example module.