function video_theme in Video 8
Same name and namespace in other branches
- 8.2 video.module \video_theme()
- 6.5 video.module \video_theme()
- 6 video.module \video_theme()
- 6.2 video.module \video_theme()
- 6.4 video.module \video_theme()
- 7.2 video.module \video_theme()
- 7 video.module \video_theme()
Implements hook_theme().
File
- ./
video.module, line 15 - Exposes global functionality for video fields.
Code
function video_theme() {
return array(
'video_player_formatter' => array(
'variables' => array(
'items' => NULL,
'player_attributes' => NULL,
),
),
);
}