You are here

tablesort_example.module in Examples for Developers 3.x

Module file for tablesort_example.

File

modules/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".
 */