You are here

function pmnote_views_api in Drupal PM (Project Management) 7

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

Implements hook_views_api().

File

pmnote/pmnote.module, line 458
Functions for the PM Note module.

Code

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