You are here

function isotope_views_views_api in Isotope (with Masonry and Packery) 7.2

Implements hook_views_api().

File

isotope_views/isotope_views.module, line 10
Integrate with Views.

Code

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