[RFC] Enable AutoAliasServicePass compiler pass by default #34194
Labels
DependencyInjection
RFC
RFC = Request For Comments (proposals about features that you want to be discussed)
Uh oh!
There was an error while loading. Please reload this page.
Why isn't the
AutoAliasServicePass
compiler pass enabled by default?It was added in #12526 and even there some people are asking the same question.
I needed this exact functionality and I found this compiler pass by going through all compiler passes in the dependency injection component and only later I saw the little mention about it (and how it has to be manually added to the container) in the documentation where the
auto_alias
tag was documented.The text was updated successfully, but these errors were encountered: