You are here

function fe_taxonomy_views_api in Features Extra 6

Implementation of hook_views_api().

File

./fe_taxonomy.module, line 6

Code

function fe_taxonomy_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'fe_taxonomy') . '/views',
  );
}