You are here

function views_isotope_views_api in Views Isotope (Deprecated) 7

Implements hook_views_api().

File

./views_isotope.module, line 7

Code

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