function scald_views_api in Scald: Media Management made easy 7
Same name and namespace in other branches
- 6 scald.module \scald_views_api()
Implements hook_views_api().
File
- ./
scald.module, line 2512 - The Scald Core, which handles all Scald Registries and dispatch.
Code
function scald_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'scald') . '/includes/',
);
}