You are here

constant PrintEvents::PRE_SEND in Entity Print 8.2

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

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

See also

\Drupal\entity_print\Event\PreSendPrintEvent

File

src/Event/PrintEvents.php, line 33

Class

PrintEvents
The events related to Print Engines.

Namespace

Drupal\entity_print\Event

Code

const PRE_SEND = 'entity_print.print_engine.pre_send';