You are here

constant PRINT_ALLOW_NORMAL_LINK in Printer, email and PDF versions 7

Same name and namespace in other branches
  1. 5.4 print.module \PRINT_ALLOW_NORMAL_LINK
  2. 5.3 print.module \PRINT_ALLOW_NORMAL_LINK
  3. 6 print.module \PRINT_ALLOW_NORMAL_LINK
  4. 5.x print.module \PRINT_ALLOW_NORMAL_LINK
6 uses of PRINT_ALLOW_NORMAL_LINK
print_link_allowed in ./print.module
Check if the link to the PF version is allowed depending on the settings
print_mail_link_allowed in print_mail/print_mail.module
Check if the link to send by email is allowed depending on the settings
print_mail_node_view in print_mail/print_mail.module
Implements hook_node_view().
print_node_view in ./print.module
Implements hook_node_view().
print_pdf_link_allowed in print_pdf/print_pdf.module
Check if the link to the PDF version is allowed depending on the settings

... See full list

File

./print.module, line 82
Displays Printer-friendly versions of Drupal pages.

Code

define('PRINT_ALLOW_NORMAL_LINK', 1);