You are here

function video_params_perm in Video 6

Same name and namespace in other branches
  1. 5 plugins/video_params/video_params.module \video_params_perm()
  2. 6.2 plugins/video_params/video_params.module \video_params_perm()

Implementation of hook_perm().

File

plugins/video_params/video_params.module, line 28
Enable addition of params to object generated by video module

Code

function video_params_perm() {
  return array(
    'insert object params',
  );
}