function video_perm in Video 6.4
Same name and namespace in other branches
- 5 video.module \video_perm()
- 6.5 video.module \video_perm()
- 6 video.module \video_perm()
- 6.2 video.module \video_perm()
- 6.3 video.module \video_perm()
Implementation of hook_perm().
File
- ./
video.module, line 41 - video.module
Code
function video_perm() {
return array(
'bypass conversion video',
'convert on submission',
'override player dimensions',
'use default thumb',
);
}