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

Namesort descending Location Description
tablesort_example_help tablesort_example/tablesort_example.module Implements hook_help().
tablesort_example_install tablesort_example/tablesort_example.install Implements hook_install().
tablesort_example_menu tablesort_example/tablesort_example.module Implements hook_menu().
tablesort_example_page tablesort_example/tablesort_example.module Build the table render array.
tablesort_example_schema tablesort_example/tablesort_example.install Implements hook_schema().
tablesort_example_uninstall tablesort_example/tablesort_example.install Implements hook_uninstall().

Classes

Namesort descending Location Description
TableSortExampleTestCase tablesort_example/tablesort_example.test Functionality tests for the tablesort example module.