You are here

function videojs_views_api in Video.js (HTML5 Video Player) 7

Same name and namespace in other branches
  1. 6.2 videojs.module \videojs_views_api()
  2. 6 videojs.module \videojs_views_api()
  3. 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',
  );
}