🇳🇿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);