function workspace_perm in Workspace 5
Same name and namespace in other branches
- 6 workspace.module \workspace_perm()
Implementation of hook_perm().
File
- ./
workspace.module, line 61 - Presents a user-centric view of content.
Code
function workspace_perm() {
return array(
'administer own workspace',
);
}