You are here

constant PrintEvents::CONFIGURATION_ALTER in Entity Print 8.2

Name of the event fired when retrieving a Print engine configuration.

This event allows you to change the configuration of a Print Engine implementation right before the plugin manager creates the plugin instance.

See also

\Symfony\Component\EventDispatcher\GenericEvent

File

src/Event/PrintEvents.php, line 20

Class

PrintEvents
The events related to Print Engines.

Namespace

Drupal\entity_print\Event

Code

const CONFIGURATION_ALTER = 'entity_print.print_engine.configuration_alter';