ImageManipulationController
Wizard for rendering image manipulation view
This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- __construct() : mixed
- getWizardContent() : ResponseInterface
- Returns the HTML for the wizard inside the modal
- isSignatureValid() : bool
- Check if hmac signature is correct
Methods
__construct()
public
__construct([StandaloneView|null $templateView = null ]) : mixed
Parameters
- $templateView : StandaloneView|null = null
getWizardContent()
Returns the HTML for the wizard inside the modal
public
getWizardContent(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Return values
ResponseInterface —$response
isSignatureValid()
Check if hmac signature is correct
protected
isSignatureValid(ServerRequestInterface $request) : bool
Parameters
- $request : ServerRequestInterface
-
the request with the POST parameters