You are here

function encrypt_submissions_perm in Encrypt Submissions 6

Implementation of hook_perm.

File

./encrypt_submissions.module, line 33

Code

function encrypt_submissions_perm() {
  $perms = array(
    "administer encrypt submissions",
    "access encrypt submissions",
  );
  return $perms;
}