constant PdfEvents::CONFIGURATION_ALTER in Entity Print 8
Name of the event fired when retrieving a PDF engine configuration.
This event allows you to change the configuration of a PDF Engine implementation right before the plugin manager creates the plugin instance.
See also
\Symfony\Component\EventDispatcher\GenericEvent
File
- src/
Event/ PdfEvents.php, line 20
Class
- PdfEvents
- The events related to PDF Engines.
Namespace
Drupal\entity_print\EventCode
const CONFIGURATION_ALTER = 'entity_print.pdf_engine.configuration_alter';