You are here

function views_atom_views_api in Views Atom 6

Same name and namespace in other branches
  1. 7 views_atom.module \views_atom_views_api()

Implementation of hook_views_api().

File

./views_atom.module, line 6

Code

function views_atom_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'views_atom') . '/views',
    'template path' => drupal_get_path('module', 'views_atom') . '/theme',
  );
}