You are here

function taxonomy_access_views_api in Taxonomy Access Control 6

Implements hook_views_api().

File

./taxonomy_access.module, line 488
Allows administrators to specify how each category (in the taxonomy) can be used by various roles.

Code

function taxonomy_access_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'taxonomy_access') . '/includes',
  );
}