| package |
Default |
|---|
applyCustomRouting(\Enlight_Controller_Request_Request $request) : string|null
That is, if the request should be routed to a custom API controller, the name of that controller must be
returned. Otherwise null must be returned to indicate that no custom routing is required.
\Enlight_Controller_Request_Request
string|null
getSubscribedEvents()
| inheritdoc | |
|---|---|
onRestApiControllerRouting(\Enlight_Event_EventArgs $args) : string|null
\Enlight_Event_EventArgs
string|null