function flashnode_perm in Flash Node 5.6
Same name and namespace in other branches
- 5.2 flashnode.module \flashnode_perm()
- 5.3 flashnode.module \flashnode_perm()
- 6.3 flashnode.module \flashnode_perm()
- 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',
'use display options',
'use basic options',
'use advanced options',
'import flash',
);
}