1 taxonomy.module | taxonomy_views_api() |
Implements hook_views_api().
File
- core/
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',
);
}