function getid3_views_api in getID3() 7.2
Same name and namespace in other branches
- 7 getid3.module \getid3_views_api()
Implements hook_views_api().
File
- ./
getid3.module, line 282
Code
function getid3_views_api() {
return array(
'api' => 3.0,
'path' => drupal_get_path('module', 'getid3') . '/includes',
);
}