function mvf_views_api in Measured Value Field 6
Same name and namespace in other branches
- 7 mvf.module \mvf_views_api()
Implementation of hook_views_api().
This one is used as the base to reduce errors when updating.
File
- ./
mvf.module, line 802 - Measured Value Field module.
Code
function mvf_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'mvf') . '/includes',
);
}