You are here

function isotope_example_views_api in Isotope (with Masonry and Packery) 7.2

Implements hook_views_api().

File

isotope_example/isotope_example.module, line 110
Simple example module.

Code

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