1.20.x taxonomy.module taxonomy_views_api()

Implements hook_views_api().

File

modules/taxonomy/taxonomy.module, line 166
Enables the organization of content into categories.

Code

function taxonomy_views_api() {
  return array(
    'api' => '3.0',
    'path' => backdrop_get_path('module', 'taxonomy') . '/views',
  );
}