You are here

function webform_views_api in Webform 6.3

Same name and namespace in other branches
  1. 7.4 webform.module \webform_views_api()
  2. 7.3 webform.module \webform_views_api()

Implements hook_views_api().

File

./webform.module, line 3624

Code

function webform_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'webform') . '/views',
  );
}