You are here

constant PrintEvents::POST_RENDER in Entity Print 8.2

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\PrintHtmlAlterEvent

File

src/Event/PrintEvents.php, line 64

Class

PrintEvents
The events related to Print Engines.

Namespace

Drupal\entity_print\Event

Code

const POST_RENDER = 'entity_print.print.html_alter';