You are here

function pm_views_api in Drupal PM (Project Management) 8

Same name and namespace in other branches
  1. 7.3 pm.module \pm_views_api()
  2. 7.2 pm.module \pm_views_api()

Implements hook_views_api().

File

./pm.module, line 725
Main module file for the Project Management module.

Code

function pm_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'pm') . '/includes/views',
  );
}