You are here

function nodeorder_views_tables_alter in Node Order 5

Implementation of hook_views_tables_alter().

File

./nodeorder.module, line 732

Code

function nodeorder_views_tables_alter(&$table_data) {
  $table_data['term_node']['sorts']['weight_in_tid'] = array(
    'help' => 'Sort by the weight_in_tid as defined by the Nodeorder module.',
    'name' => 'Nodeorder: weight_in_tid',
  );
}