You are here

function webform_encrypt_perm in Webform Encrypt 6

Implementation of hook_perm().

File

./webform_encrypt.module, line 11
Main module file for the Webform Encrypt module.

Code

function webform_encrypt_perm() {
  return array(
    'view encrypted values',
  );
}