constant PRINT_PDF_CACHE_LIFETIME_DEFAULT in Printer, email and PDF versions 7.2
2 uses of PRINT_PDF_CACHE_LIFETIME_DEFAULT
- print_pdf_cache_clean in print_pdf/
print_pdf.module - Removes pdf files for nodes/paths if they are older than the lifetime.
- 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 19 - Displays Printer-friendly versions of Drupal pages.
Code
define('PRINT_PDF_CACHE_LIFETIME_DEFAULT', 86400);