constant PdfEvents::POST_RENDER in Entity Print 8
This event is fired right after the HTML has been generated.
Any manipulations to the HTML string can happen here. You should normally avoid using this event and try and use the appropriate theme templates. We currently use this event to fix a core bug with absolute URLs.
See also
\Drupal\entity_print\Event\PdfHtmlAlterEvent
File
- src/
Event/ PdfEvents.php, line 76
Class
- PdfEvents
- The events related to PDF Engines.
Namespace
Drupal\entity_print\EventCode
const POST_RENDER = 'entity_print.pdf.html_alter';