You are here

function oa_events_views_api in Open Atrium Events 7.2

Implements hook_views_api().

File

./oa_events.features.inc, line 28
oa_events.features.inc

Code

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