Use the ModuleHandlerInterface instead of the ModuleHandler concrete implementation, because other modules might decorate this class and it would lead to some fatal error.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Use-the-ModuleHandlerInterface-instead-of-the-ModuleHandler-concrete-implementation-3308849-2.patch | 1.36 KB | auth |
Comments
Comment #2
auth commentedComment #3
murilomleandro commentedI can confirm, the proposed patch #2 fixed the issue.
Comment #4
aspilicious commentedI can confirm this works, we get fatal errors without this patch because hook event subscriber decorates the module handler.
Comment #5
aspilicious commentedComment #7
berdirThis was committed, forgot to update the status.