You are here

function spam_perm in Spam 5.3

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

Drupal _perm hook.

File

./spam.module, line 589

Code

function spam_perm() {
  return array(
    'administer spam',
    'bypass filters',
  );
}