You are here

function votingapi_perm in Voting API 6.2

Same name and namespace in other branches
  1. 5 votingapi.module \votingapi_perm()
  2. 6 votingapi.module \votingapi_perm()

Implementation of hook_perm().

File

./votingapi.module, line 46
A generalized voting API for Drupal.

Code

function votingapi_perm() {
  return array(
    'administer voting api',
  );
}