You are here

function other_view_filter_views_api in OtherView Filter 7

Implements hook_views_api().

File

./other_view_filter.module, line 11
Filter that allows requiring or excluding entities selected by another view.

Code

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