Hooks in Printer, email and PDF versions 7.2
Hooks used in the print module
File
- ./
print.api.php, line 81 - Main API entry point for the Printer, email and PDF versions.
Functions
Name | Location | Description |
---|---|---|
hook_link_allowed |
print_ui/ |
Checks if the link is allowed according to the appropriate sub-module. |
hook_pdf_tool_info |
print_pdf/ |
Provide some information on the needs of the PDF library. |
hook_print_epub_available_libs_alter |
print_epub/ |
Alters the list of available EPUB libraries. |
hook_print_epub_filename_alter |
print_epub/ |
Alters the EPUB filename. |
hook_print_epub_generate |
print_epub/ |
Generate a EPUB version of the provided HTML. |
hook_print_link |
print_ui/ |
Provides the format-specific info to be used by the print_ui module. |
hook_print_new_window_alter |
print_ui/ |
Allows the user to change the new window behaviour. |
hook_print_pdf_available_libs_alter |
print_pdf/ |
Alters the list of available PDF libraries. |
hook_print_pdf_filename_alter |
print_pdf/ |
Alters the PDF filename. |
hook_print_pdf_generate |
print_pdf/ |
Generate a PDF version of the provided HTML. |
hook_print_url_list_alter |
./ |
Alters the URL in the URL list. |