You are here

function oa_related_views_api in Open Atrium Related Content 7.2

Implements hook_views_api().

File

./oa_related.features.inc, line 10
oa_related.features.inc

Code

function oa_related_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}