You are here

function views_atom_views_api in Views Atom 7

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

Implements hook_views_api().

File

./views_atom.module, line 13

Code

function views_atom_views_api() {
  return array(
    'api' => 2.0,
  );
}