You are here

function composite_views_filter_views_api in Composite Views Filter 7

Implements hook_views_api().

File

./composite_views_filter.module, line 196

Code

function composite_views_filter_views_api() {
  return array(
    'api' => 3,
  );
}