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 (
|
'ONGR\FilterManagerBundle\Search\FilterManager', |
) 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.
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