Closed rintisch closed 1 month ago
This is step 1/3 of the proposal. If it okay I would continue with the other steps.
@rintisch I think this step is OK. But I would keep the interface as a contract so that developers who use the event know what they can rely on.
Replace the used EventInterfaces by the really used specific Events in the
__invoke()
method of Events where it's suitable.In the next step the superfluous interfaces can be removed. Furthermore can the
Services.yaml
be shortened by using the #AsEventListener attribute.