function votingapi_perm in Voting API 6
Same name and namespace in other branches
- 5 votingapi.module \votingapi_perm()
- 6.2 votingapi.module \votingapi_perm()
Implementation of hook_perm
File
- ./
votingapi.module, line 42
Code
function votingapi_perm() {
return array(
'administer voting api',
);
}