‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Controller\File\ImageProcessController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\File\ImageProcessController:

Public Member Functions

 __construct (ImageProcessingService $imageProcessingService)
 
ResponseInterface process (ServerRequestInterface $request)
 

Private Attributes

ImageProcessingService $imageProcessingService
 

Detailed Description

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

Definition at line 32 of file ImageProcessController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\File\ImageProcessController::__construct ( ImageProcessingService  $imageProcessingService)

Member Function Documentation

◆ process()

ResponseInterface TYPO3\CMS\Backend\Controller\File\ImageProcessController::process ( ServerRequestInterface  $request)
Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 49 of file ImageProcessController.php.

Member Data Documentation

◆ $imageProcessingService

ImageProcessingService TYPO3\CMS\Backend\Controller\File\ImageProcessController::$imageProcessingService
private