ImageManipulationController

Wizard for rendering image manipulation view

Internal

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

Attributes
#[AsController]

Table of Contents

Properties

$backendViewFactory  : BackendViewFactory
$hashService  : HashService

Methods

__construct()  : mixed
getWizardContent()  : ResponseInterface
Returns the HTML for the wizard inside the modal
isSignatureValid()  : bool
Check if hmac signature is correct

Properties

Methods

getWizardContent()

Returns the HTML for the wizard inside the modal

public getWizardContent(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

isSignatureValid()

Check if hmac signature is correct

protected isSignatureValid(ServerRequestInterface $request) : bool
Parameters
$request : ServerRequestInterface

the request with the POST parameters

Return values
bool

        
On this page

Search results