You are here

function print_pdf_perm in Printer, email and PDF versions 6

Same name and namespace in other branches
  1. 5.4 print_pdf/print_pdf.module \print_pdf_perm()
  2. 5.x print_pdf/print_pdf.module \print_pdf_perm()

Implementation of hook_perm().

File

print_pdf/print_pdf.module, line 44
Displays Printer-friendly versions of Drupal pages.

Code

function print_pdf_perm() {
  return array(
    'access PDF version',
  );
}