ChainSubscriber
class ChainSubscriber implements EventSubscriberInterface
The ChainSubscriber looks for API parameters which specify a nested or chained API call. For example:
Methods
static array
getSubscribedEvents()
No description
callNestedApi(Kernel $apiKernel, $params, $result, $action, $entity, $version)
Call any nested api calls.
Details
at line 57
static array
getSubscribedEvents()
at line 69
onApiRespond(RespondEvent $event)
at line 92
protected
callNestedApi(Kernel $apiKernel, $params, $result, $action, $entity, $version)
Call any nested api calls.
TODO: We don't really need this to be a separate function.