You are here

constant PdfEvents::PRE_SEND_MULTIPLE in Entity Print 8

The name of the event fired when rendering multiple entities onto one PDF.

This event fires from the Views plugin when downloading multiple PDF's at once.

See also

\Drupal\entity_print\Event\PreSendPdfMultipleEvent

\Drupal\entity_print\Plugin\Action\PdfDownload

File

src/Event/PdfEvents.php, line 46

Class

PdfEvents
The events related to PDF Engines.

Namespace

Drupal\entity_print\Event

Code

const PRE_SEND_MULTIPLE = 'entity_print.pdf_engine.pre_send_multiple';