- π¬π·Greece chrbak
Hello, so why the version entity_print 8.x-2.7 β states "Works with Drupal: ^8 || ^9 || ^10"?
Thank you.
- π³πΏ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);