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
A test shold be added to ensure that Factories, Abstract Factories, Delegators, Initializers, Services and so on work well with alias and aliased references when an alias is in place
The text was updated successfully, but these errors were encountered:
When I understand this issue correct, you want to ensure that delegator factories are called for aliases as well.
Depending on how upstream configures/replaces SM configuration, this might not always work but at least we could add aliases delegator factories to the chain.
Everything else, i.e. factories (which makes no sense in combination with aliases) and initializers do work (as they are triggered for all created services, no matter if aliased or not).
Especially the issue you mentioned initially was one of the reason I've created the RFC as v4 is not that far away anymore.
See laminas/laminas-form#193 (comment)
A test shold be added to ensure that Factories, Abstract Factories, Delegators, Initializers, Services and so on work well with alias and aliased references when an alias is in place
The text was updated successfully, but these errors were encountered: