function taxonomy_term_depth_views_api in Taxonomy Term Depth 8
Same name and namespace in other branches
- 8.2 taxonomy_term_depth.module \taxonomy_term_depth_views_api()
- 7 taxonomy_term_depth.module \taxonomy_term_depth_views_api()
Implements hook_views_api().
File
- ./
taxonomy_term_depth.module, line 178 - Main module file.
Code
function taxonomy_term_depth_views_api() {
return array(
'api' => 3,
);
}