You are here

function print_perm in Printer, email and PDF versions 5.3

Same name and namespace in other branches
  1. 5.4 print.module \print_perm()
  2. 5.2 print.module \print_perm()
  3. 6 print.module \print_perm()
  4. 5.x print.module \print_perm()

Implementation of hook_perm().

File

./print.module, line 54
Displays Printer-friendly versions of Drupal pages.

Code

function print_perm() {
  return array(
    'access print',
    'administer print',
  );
}