You are here

function oa_news_views_api in Open Atrium Core 7.2

Implements hook_views_api().

File

modules/oa_news/oa_news.features.inc, line 22
oa_news.features.inc

Code

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