constant PRINT_PDF_TCPDF_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_TCPDF_CACHE_DIR_DEFAULT
3 uses of PRINT_PDF_TCPDF_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_tcpdf in print_pdf/
print_pdf.pages.inc - Generate the PDF file using the TCPDF library
File
- print_pdf/
print_pdf.module, line 40 - Displays Printer-friendly versions of Drupal pages.
Code
define('PRINT_PDF_TCPDF_CACHE_DIR_DEFAULT', 'print_pdf/tcpdf');