You are here

function location_taxonomy_views_api in Location 6.3

Implementation of hook_views_api().

File

contrib/location_taxonomy/location_taxonomy.module, line 111
Associate locations with taxonomy terms.

Code

function location_taxonomy_views_api() {
  return array(
    'api' => 2,
  );
}