You are here

constant PdfEvents::PRE_SEND in Entity Print 8

Name of the event fired right before the PDF is sent to the page.

At this point, the HTML has been rendered and added as a page on the PDF engine. The only thing left to happen is generate the filename and stream the PDF data to the page.

See also

\Drupal\entity_print\Event\PreSendPdfEvent

File

src/Event/PdfEvents.php, line 33

Class

PdfEvents
The events related to PDF Engines.

Namespace

Drupal\entity_print\Event

Code

const PRE_SEND = 'entity_print.pdf_engine.pre_send';