constant PRINT_PDF_CONTENT_DISPOSITION_DEFAULT in Printer, email and PDF versions 7.2
Same name and namespace in other branches
- 5.4 print_pdf/print_pdf.module \PRINT_PDF_CONTENT_DISPOSITION_DEFAULT
- 5.3 print_pdf/print_pdf.module \PRINT_PDF_CONTENT_DISPOSITION_DEFAULT
- 6 print_pdf/print_pdf.module \PRINT_PDF_CONTENT_DISPOSITION_DEFAULT
- 7 print_pdf/print_pdf.module \PRINT_PDF_CONTENT_DISPOSITION_DEFAULT
- 5.x print_pdf/print_pdf.module \PRINT_PDF_CONTENT_DISPOSITION_DEFAULT
3 uses of PRINT_PDF_CONTENT_DISPOSITION_DEFAULT
- print_pdf_dispose_content in print_pdf/
print_pdf.module - Displays the PDF as inline or a downloadable file.
- print_pdf_print_new_window_alter in print_pdf/
print_pdf.module - Implements hook_print_new_window_alter().
- print_pdf_settings in print_pdf/
print_pdf.admin.inc - Form constructor for the PDF version module settings form.
File
- print_pdf/
print_pdf.module, line 11 - Displays Printer-friendly versions of Drupal pages.
Code
define('PRINT_PDF_CONTENT_DISPOSITION_DEFAULT', 2);