You are here

videojs.views.inc in Video.js (HTML5 Video Player) 7.2

Views module hooks for the Video.js module.

File

includes/videojs.views.inc
View 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

Namesort descending Description
videojs_views_plugins Implements hook_views_plugins().