function video_get_types in Video 6.2
Same name and namespace in other branches
- 5 video.module \video_get_types()
- 6 video.module \video_get_types()
Return an array containing enabled Video Types
1 call to video_get_types()
- video_add in ./
video.module - Create video submission page. Let the user select the actived video types or display the video form for the selected video type
File
- ./
video.module, line 627 - video.module
Code
function video_get_types() {
return array_keys(video_get_types_infos());
}