You are here

function views_responsive_grid_views_api in Views Responsive Grid 7

Implements hook_views_api().

File

./views_responsive_grid.module, line 11
Provides a Views style plugin to display content in a responsive grid.

Code

function views_responsive_grid_views_api() {
  return array(
    'api' => '3.0',
  );
}