You are here

function print_pdf_perm in Printer, email and PDF versions 5.4

Same name and namespace in other branches
  1. 6 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

Code

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