videojs.views.inc 219 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php /** * @file * Views module hooks for the Video.js module. */ /** * Implements hook_views_plugins(). */ function videojs_views_plugins() { $path = drupal_get_path('module', 'videojs'); return array(); }