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