mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
b269badfbe
API CHANGE: Pass Object::create() calls to Injector::create(). API CHANGE: Add "RequestProcessor" injection point in Director, that Director will call preRequest() and postRequest() on.
6 lines
136 B
YAML
6 lines
136 B
YAML
name: RequestProcessor
|
|
---
|
|
# Providing an empty config so it can be overridden at a later point
|
|
Injector:
|
|
RequestProcessor:
|
|
0: |