function videojs_style_plugin::theme_functions in Video.js (HTML5 Video Player) 7
Same name and namespace in other branches
- 6.2 includes/videojs_style_plugin.inc \videojs_style_plugin::theme_functions()
- 6 includes/videojs_style_plugin.inc \videojs_style_plugin::theme_functions()
Provide a full list of possible theme templates used by this style.
Overrides views_plugin::theme_functions
File
- includes/
videojs_style_plugin.inc, line 117 - 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',
);
}