You are here

function votingapi_actions_perm in Voting API 5

Implementation of hook_perm().

File

./votingapi_actions.module, line 10

Code

function votingapi_actions_perm() {
  return array(
    'administer voting actions',
  );
}