You are here

views_atom_test.features.inc in Views Atom 6

File

tests/views_atom_test/views_atom_test.features.inc
View source
<?php

/**
 * Implementation of hook_views_api().
 */
function views_atom_test_views_api() {
  return array(
    'api' => '2',
  );
}

Functions

Namesort descending Description
views_atom_test_views_api Implementation of hook_views_api().