You are here

function taxonomy_image_views_api in Taxonomy Image 6

Implementation of hook_views_api().

File

./taxonomy_image.module, line 800
taxonomy_image.module Simple module for providing an association between taxonomy terms and images. Written by Jeremy Andrews <jeremy@kerneltrap.org>, May 2004.

Code

function taxonomy_image_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'taxonomy_image'),
  );
}