DeferredBackendImageProcessor implements ProcessorInterface

Internal

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

Table of Contents

Interfaces

ProcessorInterface
Interface for file processors. All classes capable of processing a file have to implement this interface.

Methods

canProcessTask()  : bool
Returns TRUE if this processor can process the given task.
processTask()  : void
Processes the given task and sets the processing result in the task object.

Methods

canProcessTask()

Returns TRUE if this processor can process the given task.

public canProcessTask(TaskInterface $task) : bool
Parameters
$task : TaskInterface
Return values
bool

        
On this page

Search results