Example: Tablesort in Examples for Developers 7
Same name and namespace in other branches
- 8 tablesort_example/tablesort_example.module \tablesort_example
- 3.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 - This is an example describing how a module can display data in a sortable table
Functions
Name | Location | Description |
---|---|---|
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
Name | Location | Description |
---|---|---|
TableSortExampleTestCase |
tablesort_example/ |
Functionality tests for the tablesort example module. |