function video_views_api in Video 7.2
Same name and namespace in other branches
- 6.5 video.module \video_views_api()
- 6.2 video.module \video_views_api()
- 6.4 video.module \video_views_api()
- 7 video.module \video_views_api()
Implements hook_views_api().
File
- ./
video.module, line 346 - All module hooks implementation can be found in this file.
Code
function video_views_api() {
return array(
'api' => 3.0,
'path' => drupal_get_path('module', 'video') . '/views',
);
}