constant PRINT_PDF_DOMPDF_CACHE_DIR_DEFAULT in Printer, email and PDF versions 7
Same name and namespace in other branches
- 6 print_pdf/print_pdf.module \PRINT_PDF_DOMPDF_CACHE_DIR_DEFAULT
3 uses of PRINT_PDF_DOMPDF_CACHE_DIR_DEFAULT
- print_pdf_init in print_pdf/
print_pdf.module - Implements hook_init().
- print_pdf_requirements in print_pdf/
print_pdf.module - Implements hook_requirements().
- _print_pdf_dompdf in print_pdf/
print_pdf.pages.inc - Generate the PDF file using the dompdf library
File
- print_pdf/
print_pdf.module, line 39 - Displays Printer-friendly versions of Drupal pages.
Code
define('PRINT_PDF_DOMPDF_CACHE_DIR_DEFAULT', 'print_pdf/dompdf');