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