videojs.views.inc in Video.js (HTML5 Video Player) 7.2
Same filename and directory in other branches
Views module hooks for the Video.js module.
File
includes/videojs.views.incView source
<?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();
}
Functions
Name | Description |
---|---|
videojs_views_plugins | Implements hook_views_plugins(). |