‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController Class Reference

Public Member Functions

 __construct (StandaloneView $templateView=null)
 
ResponseInterface getWizardContent (ServerRequestInterface $request)
 

Protected Member Functions

bool isSignatureValid (ServerRequestInterface $request)
 

Private Attributes

StandaloneView $templateView
 

Detailed Description

Wizard for rendering image manipulation view

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

Definition at line 33 of file ImageManipulationController.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getWizardContent()

ResponseInterface TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController::getWizardContent ( ServerRequestInterface  $request)

Returns the HTML for the wizard inside the modal

Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface $response

Definition at line 59 of file ImageManipulationController.php.

References TYPO3\CMS\Core\Utility\MathUtility\canBeInterpretedAsInteger(), and TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController\isSignatureValid().

◆ isSignatureValid()

bool TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController::isSignatureValid ( ServerRequestInterface  $request)
protected

Check if hmac signature is correct

Parameters
ServerRequestInterface$request‪the request with the POST parameters
Returns
‪bool

Definition at line 87 of file ImageManipulationController.php.

Referenced by TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController\getWizardContent().

Member Data Documentation

◆ $templateView

StandaloneView TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController::$templateView
private