function flashnode_perm in Flash Node 6.2
Same name and namespace in other branches
- 5.6 flashnode.module \flashnode_perm()
- 5.2 flashnode.module \flashnode_perm()
- 5.3 flashnode.module \flashnode_perm()
- 6.3 flashnode.module \flashnode_perm()
Implementation of hook_perm
File
- ./
flashnode.module, line 93
Code
function flashnode_perm() {
return array(
'administer flash node',
'create flash nodes',
'edit own flash nodes',
'edit any flash node',
'delete own flash nodes',
'delete any flash node',
'use display options',
'use basic options',
'use advanced options',
'import flash',
);
}