You are here

function views_gantt_views_api in Views Gantt 7

Same name and namespace in other branches
  1. 7.2 views_gantt.module \views_gantt_views_api()

Implements hook_views_api().

File

./views_gantt.module, line 11
Module file for Views Gantt

Code

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