You are here

function videojs_style_plugin::theme_functions in Video.js (HTML5 Video Player) 6

Same name and namespace in other branches
  1. 6.2 includes/videojs_style_plugin.inc \videojs_style_plugin::theme_functions()
  2. 7 includes/videojs_style_plugin.inc \videojs_style_plugin::theme_functions()

File

includes/videojs_style_plugin.inc, line 136
Display style plugin for Views that renders rows as a Video.js.

Class

videojs_style_plugin
Style plugin to display a Video.js.

Code

function theme_functions() {
  return array(
    'videojs',
  );
}