You are here

function views_galleriffic_views_api in Views Galleriffic 6

Same name and namespace in other branches
  1. 7 views_galleriffic.module \views_galleriffic_views_api()

Implementation of hook_views_api().

File

./views_galleriffic.module, line 6

Code

function views_galleriffic_views_api() {
  return array(
    'api' => 2,
  );
}