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
We are working with a big and complex project and need to add custom logic to filter manager class itself by overriding it. However at the moment the class that is being used is hard coded in the compiler (
) so overriding it takes more work then it should. I would suggest allowing a bit more flexibility here and perhaps a DI parameter that could specify a class that will be used for filter manager.
The text was updated successfully, but these errors were encountered:
We are working with a big and complex project and need to add custom logic to filter manager class itself by overriding it. However at the moment the class that is being used is hard coded in the compiler (
FilterManagerBundle/DependencyInjection/Compiler/FilterPass.php
Line 78 in 26c1125
The text was updated successfully, but these errors were encountered: