You are here

function event_calendar_views_api in Event Calendar 7

Implements hook_views_api().

File

./event_calendar.module, line 14
The module file that allows events to be created and required admin approval.

Code

function event_calendar_views_api() {
  return array(
    'api' => 3.0,
  );
}