You are here

views_term_path.module in Views Term Path 7

File

views_term_path.module
View source
<?php

/**
 * Implements of hook_views_api().
 */
function views_term_path_views_api() {
  return array(
    'api' => 3,
  );
}

Functions

Namesort descending Description
views_term_path_views_api Implements of hook_views_api().