Opened 10 years ago
Closed 10 years ago
#35507 closed enhancement (fixed)
Pass routing information to rest_dispatch_request hook
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | 4.4 |
| Component: | REST API | Keywords: | has-patch |
| Focuses: | Cc: |
Description
rest_dispatch_request is designed to allow hijacking the request dispatching to implement middleware/etc, however right now, there's not enough information to actually handle the dispatching.
Attached patch adds the $route and $handler parameters to allow dispatching correctly.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 36534: