function highlight_perm in Highlight 6
Same name and namespace in other branches
- 5 highlight.module \highlight_perm()
Implementation of hook_perm
File
- ./
highlight.module, line 49
Code
function highlight_perm() {
return array(
'administer highlight',
);
}