🇳🇿New Zealand @joedb21

Account created on 24 June 2020, over 4 years ago
#

Recent comments

🇳🇿New Zealand joedb21

To make it work on your D8 site, will have to patch the module and swap the arguments when calling function dispatch().
from:
$this->dispatcher->dispatch($event, PrintEvents::CONFIGURATION_ALTER);
to:
$this->dispatcher->dispatch(PrintEvents::CONFIGURATION_ALTER, $event);

Production build 0.71.5 2024