function workbench_media_views_api in Workbench Media 7.2
Same name and namespace in other branches
- 7 workbench_media.module \workbench_media_views_api()
Implementation of hook_views_api().
File
- ./
workbench_media.module, line 70 - Workbench Media module file for workbench-specific media features.
Code
function workbench_media_views_api() {
return array(
'api' => 3,
);
}