You are here

function taxonomy_entity_index_views_api in Taxonomy Entity Index 7

Implements hook_views_api().

File

./taxonomy_entity_index.module, line 281

Code

function taxonomy_entity_index_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'taxonomy_entity_index') . '/includes/views',
  );
}