Example: Tablesort
Same name in other branches
- 3.x modules/tablesort_example/tablesort_example.module \tablesort_example
- 8.x-1.x tablesort_example/tablesort_example.module \tablesort_example
- 4.0.x modules/tablesort_example/tablesort_example.module \tablesort_example
Example of a sortable table display.
Parent topics
File
-
tablesort_example/
tablesort_example.module, line 13
Functions
Title Sort descending | File name | Summary |
---|---|---|
tablesort_example_help | tablesort_example/ |
Implements hook_help(). |
tablesort_example_install | tablesort_example/ |
Implements hook_install(). |
tablesort_example_menu | tablesort_example/ |
Implements hook_menu(). |
tablesort_example_page | tablesort_example/ |
Build the table render array. |
tablesort_example_schema | tablesort_example/ |
Implements hook_schema(). |
tablesort_example_uninstall | tablesort_example/ |
Implements hook_uninstall(). |
Classes
Title Sort descending | File name | Summary |
---|---|---|
TableSortExampleTestCase | tablesort_example/ |
Functionality tests for the tablesort example module. |