You are here

function pmticket_views_api in Drupal PM (Project Management) 7.3

Same name and namespace in other branches
  1. 8 pmticket/pmticket.module \pmticket_views_api()
  2. 7 pmticket/pmticket.module \pmticket_views_api()
  3. 7.2 pmticket/pmticket.module \pmticket_views_api()

Implements hook_views_api().

File

pmticket/pmticket.module, line 110
Main module file for the PM Ticket module.

Code

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