mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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 |
||
---|---|---|
.. | ||
injector | ||
ContentNegotiator.php | ||
Controller.php | ||
Cookie.php | ||
Director.php | ||
HTTP.php | ||
HTTPRequest.php | ||
HTTPResponse.php | ||
NullHTTPRequest.php | ||
PjaxResponseNegotiator.php | ||
RequestFilter.php | ||
RequestHandler.php | ||
RequestProcessor.php | ||
Session.php |