ImageProcessController implements LoggerAwareInterface uses LoggerAwareTrait
This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.
Attributes
- #[AsController]
 
Table of Contents
Interfaces
- LoggerAwareInterface
 
Methods
- __construct() : mixed
 - process() : ResponseInterface
 
Methods
__construct()
    public
                    __construct(ImageProcessingService $imageProcessingService) : mixed
    Parameters
- $imageProcessingService : ImageProcessingService
 
process()
    public
                    process(ServerRequestInterface $request) : ResponseInterface
    Parameters
- $request : ServerRequestInterface