function videojs_views_api in Video.js (HTML5 Video Player) 7
Same name and namespace in other branches
- 6.2 videojs.module \videojs_views_api()
- 6 videojs.module \videojs_views_api()
- 7.2 videojs.module \videojs_views_api()
Implements hook_views_api().
File
- ./
videojs.module, line 49 - 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',
);
}