tablesort_example.module

Same filename in other branches
  1. 3.x modules/tablesort_example/tablesort_example.module
  2. 7.x-1.x tablesort_example/tablesort_example.module
  3. 4.0.x modules/tablesort_example/tablesort_example.module

Module file for tablesort_example.

File

tablesort_example/tablesort_example.module

View source
<?php


/**
 * @file
 * Module file for tablesort_example.
 */

/**
 * @defgroup tablesort_example Example: Tablesort
 * @ingroup examples
 * @{
 * Example of a sortable table display.
 * Three columns are sortable (Numbers, Letters and Mixture)
 * We are using TableSort Extender
 *  extend('Drupal\Core\Database\Query\TableSortExtender')
 */

/**
 * @} End of "defgroup tablesort_example".
 */