ReactionHandler

Endpoint for triggering the reaction handler.

Resolves the payload and calls the actual Reaction Type with the request, the payload, and sends the response in return.

At this point, the evaluation etc. all need to have happened.

Internal

This is a specific controller implementation and is not considered part of the Public TYPO3 API.

Table of Contents

Methods

__construct()  : mixed
handleReaction()  : ResponseInterface
buildReactionResponse()  : ResponseInterface
getPayload()  : array<string|int, mixed>

Methods

buildReactionResponse()

protected buildReactionResponse(ResponseInterface $response) : ResponseInterface
Parameters
$response : ResponseInterface
Return values
ResponseInterface

getPayload()

protected getPayload(ServerRequestInterface $request) : array<string|int, mixed>
Parameters
$request : ServerRequestInterface
Return values
array<string|int, mixed>

        
On this page

Search results