You are here

function pmteam_views_api in Drupal PM (Project Management) 7.2

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 pmteam/pmteam.module \pmteam_views_api()

Implements hook_views_api().

File

pmteam/pmteam.module, line 56
Main module file for the PM Team module.

Code

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