You are here

other_view_filter.module in OtherView Filter 7

Filter that allows requiring or excluding entities selected by another view.

File

other_view_filter.module
View source
<?php

/**
 * @file
 * Filter that allows requiring or excluding entities selected by another view.
 */

/**
 * Implements hook_views_api().
 */
function other_view_filter_views_api() {
  return array(
    'api' => 3,
  );
}

Functions

Namesort descending Description
other_view_filter_views_api Implements hook_views_api().