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