You are here

function flashnode_perm in Flash Node 5.3

Same name and namespace in other branches
  1. 5.6 flashnode.module \flashnode_perm()
  2. 5.2 flashnode.module \flashnode_perm()
  3. 6.3 flashnode.module \flashnode_perm()
  4. 6.2 flashnode.module \flashnode_perm()

Implementation of hook_perm

File

./flashnode.module, line 58

Code

function flashnode_perm() {
  return array(
    'create flash nodes',
    'edit own flash nodes',
    'administer flash node',
    'hide display options',
    'hide basic options',
    'hide advanced options',
    'import flash',
  );
}