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.
Attributes
- #[AsController]
 
Table of Contents
Properties
Methods
- __construct() : mixed
 - getWizardContent() : ResponseInterface
 - Returns the HTML for the wizard inside the modal
 - isSignatureValid() : bool
 - Check if hmac signature is correct
 
Properties
$backendViewFactory read-only
        protected
            BackendViewFactory
    $backendViewFactory
    
    
    
    
    
    
$hashService read-only
        protected
            HashService
    $hashService
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(BackendViewFactory $backendViewFactory, HashService $hashService) : mixed
    Parameters
- $backendViewFactory : BackendViewFactory
 - $hashService : HashService
 
getWizardContent()
Returns the HTML for the wizard inside the modal
    public
                    getWizardContent(ServerRequestInterface $request) : ResponseInterface
    Parameters
- $request : ServerRequestInterface
 
Return values
ResponseInterfaceisSignatureValid()
Check if hmac signature is correct
    protected
                    isSignatureValid(ServerRequestInterface $request) : bool
    Parameters
- $request : ServerRequestInterface
 - 
                    
the request with the POST parameters