function hms_field_views_api in HMS Field 7
Implements hook_views_api().
File
- ./
hms_field.module, line 32 - Provides an hms_field functionality.
Code
function hms_field_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'hms_field') . '/views',
);
}