function mvf_views_api in Measured Value Field 7
Same name and namespace in other branches
- 6 mvf.module \mvf_views_api()
Implements hook_views_api().
File
- ./
mvf.module, line 1949 - Define a field type of measured value.
Code
function mvf_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'mvf') . '/views',
);
}