You are here

function views_term_path_views_api in Views Term Path 7

Implements of hook_views_api().

File

./views_term_path.module, line 6

Code

function views_term_path_views_api() {
  return array(
    'api' => 3,
  );
}