function videojs_views_api in Video.js (HTML5 Video Player) 6.2
Same name and namespace in other branches
- 6 videojs.module \videojs_views_api()
- 7 videojs.module \videojs_views_api()
- 7.2 videojs.module \videojs_views_api()
Implementation of Views' hook_views_api().
File
- ./
videojs.module, line 54 - Provides an HTML5-compatible with Flash-fallback video player.
Code
function videojs_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'videojs') . '/includes',
);
}