You are here

function views_fixed_grid_views_api in Views Fixed Grid 6

Same name and namespace in other branches
  1. 7 views_fixed_grid.module \views_fixed_grid_views_api()

Implements hook_views_api().

File

./views_fixed_grid.module, line 11
This module is in charge of generating the carousels based on the ouput of the views.

Code

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