You are here

function commons_events_views_api in Drupal Commons 7.3

Implements hook_views_api().

File

modules/commons/commons_events/commons_events.features.inc, line 22
commons_events.features.inc

Code

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