You are here

function node_kaltura_mix_perm in Kaltura 6.2

Same name and namespace in other branches
  1. 5 plugins/node_kaltura_mix/node_kaltura_mix.module \node_kaltura_mix_perm()
  2. 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 all kaltura mixes',
    'edit own kaltura mixes',
    'view kaltura mixes',
  );
}