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

Public Member Functions

 __construct (protected readonly BackendViewFactory $backendViewFactory, protected readonly HashService $hashService,)
 
 getWizardContent (ServerRequestInterface $request)
 

Protected Member Functions

 isSignatureValid (ServerRequestInterface $request)
 

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 36 of file ImageManipulationController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController::__construct ( protected readonly BackendViewFactory  $backendViewFactory,
protected readonly HashService  $hashService 
)

Definition at line 38 of file ImageManipulationController.php.

Member Function Documentation

◆ getWizardContent()

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

◆ isSignatureValid()

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

Definition at line 73 of file ImageManipulationController.php.

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