function scald_views_api in Scald: Media Management made easy 6
Same name and namespace in other branches
- 7 scald.module \scald_views_api()
Implementation of hook_views_api()
File
- ./
scald.module, line 2913
Code
function scald_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'scald') . '/includes/',
);
}