You are here

function views_fluidgrid_views_api in Views Fluid Grid - jQuery Masonry 6

Same name and namespace in other branches
  1. 7 views_fluidgrid.module \views_fluidgrid_views_api()

Implementation of hook_views_api().

File

./views_fluidgrid.module, line 11
Provide a fluid grid display style for Views.

Code

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