function data_views_api in Data 7
Same name and namespace in other branches
- 6 data.module \data_views_api()
Implements hook_views_api().
File
- ./
data.module, line 10 - Hooks and API functions for data module.
Code
function data_views_api() {
return array(
'api' => '2.0',
'path' => drupal_get_path('module', 'data'),
);
}