You are here

function pmteam_views_api in Drupal PM (Project Management) 7

Same name and namespace in other branches
  1. 8 pmteam/pmteam.module \pmteam_views_api()
  2. 7.3 pmteam/pmteam.module \pmteam_views_api()
  3. 7.2 pmteam/pmteam.module \pmteam_views_api()

Implements hook_views_api().

File

pmteam/pmteam.module, line 80
Functionality for the Project Management Team module Organized into the following sections:

Code

function pmteam_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'pmteam'),
  );
}