You are here

function oa_date_views_api in Open Atrium Core 7.2

Implements hook_views_api().

File

modules/oa_date/oa_date.module, line 20
Provides hook implementations and functionality to oa_date.

Code

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