You are here

function taxonomy_term_depth_views_api in Taxonomy Term Depth 8.2

Same name and namespace in other branches
  1. 8 taxonomy_term_depth.module \taxonomy_term_depth_views_api()
  2. 7 taxonomy_term_depth.module \taxonomy_term_depth_views_api()

Implements hook_views_api().

File

./taxonomy_term_depth.module, line 265
Main module file.

Code

function taxonomy_term_depth_views_api() {
  return [
    'api' => 3,
  ];
}