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
If we have to add a compiler pass, why don't do something to properly inject the configured service for the namer?
So, we can make all the namers private again.
To elaborate a bit on my previous comment: I was thinking about injecting two services into PropertyMappingResolver, a NamerInterface and an optional DirectoryNamerInterface.
The definition would be empty in the service configuration, and the compiler pass should resolve these two services.
Feature Request
Summary
Instead or requiring namer services to be manually registered.
The compiler pass could look for services that implement NamerInterface and make them public. One less step when creating a custom namer service.
The text was updated successfully, but these errors were encountered: