function uc_webform_views_api in Ubercart Webform Integration 7
Impliments hook_views_api()
File
- ./
uc_webform.module, line 10
Code
function uc_webform_views_api() {
return array(
'api' => 2.0,
'path' => drupal_get_path('module', 'uc_webform') . '/views',
);
}