You are here

function taxonomy_tools_theme in Taxonomy Tools 8

Same name and namespace in other branches
  1. 7 taxonomy_tools.module \taxonomy_tools_theme()

Implements hook_theme().

File

./taxonomy_tools.module, line 80
Drupal hooks and functions to work with taxonomy terms.

Code

function taxonomy_tools_theme() {
  return array(
    'taxonomy_tools_overview' => array(
      'render element' => 'form',
    ),
  );
}