function node_kaltura_mix_perm in Kaltura 5
Same name and namespace in other branches
- 6.2 plugins/node_kaltura_mix/node_kaltura_mix.module \node_kaltura_mix_perm()
- 6 plugins/node_kaltura_mix/node_kaltura_mix.module \node_kaltura_mix_perm()
File
- plugins/
node_kaltura_mix/ node_kaltura_mix.module, line 15
Code
function node_kaltura_mix_perm() {
return array(
'create kaltura mixes',
'edit kaltura mixes',
'view kaltura mixes',
);
}