mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
35cc65820c
filters was a DI property that could only be set via constructor. This meant that modules couldnt add a filter without interfering with other modules. With this change you can now add a config block like: Injector: RequestProcessor: properties: filters: - "%$MyFilter" Which will add a filter to RequestProcessors list of filters