You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of Zend\Expressive and the possible removal of module manager, it won't be possible for each "module" to attach their own listeners. Instead, everything should be handled with config files, that allow easier merging.
Starting from v3, it should have a default EventManagerFactory that would be able to read config from an interop container and create a full EVM.
It should accept a key "event_manager", read from a config service.
Hi,
Because of Zend\Expressive and the possible removal of module manager, it won't be possible for each "module" to attach their own listeners. Instead, everything should be handled with config files, that allow easier merging.
Starting from v3, it should have a default EventManagerFactory that would be able to read config from an interop container and create a full EVM.
It should accept a key "event_manager", read from a config service.
I'm not sure of how the config should be made so that we can support lazy, non-lazy...