‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Resource\OnlineMedia\Processing\PreviewProcessing Class Reference
Inheritance diagram for TYPO3\CMS\Core\Resource\OnlineMedia\Processing\PreviewProcessing:
TYPO3\CMS\Core\Resource\Processing\ProcessorInterface

Public Member Functions

 __construct (protected readonly OnlineMediaHelperRegistry $onlineMediaHelperRegistry, protected readonly EventDispatcherInterface $eventDispatcher, protected readonly LocalImageProcessor $localImageProcessor,)
 
 canProcessTask (TaskInterface $task)
 
 processTask (TaskInterface $task)
 

Protected Member Functions

 getPreviewImageFromOnlineMedia (File $file)
 

Detailed Description

Preview of Online Media item Processing

Definition at line 29 of file PreviewProcessing.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Resource\OnlineMedia\Processing\PreviewProcessing::__construct ( protected readonly OnlineMediaHelperRegistry  $onlineMediaHelperRegistry,
protected readonly EventDispatcherInterface  $eventDispatcher,
protected readonly LocalImageProcessor  $localImageProcessor 
)

Definition at line 31 of file PreviewProcessing.php.

Member Function Documentation

◆ canProcessTask()

◆ getPreviewImageFromOnlineMedia()

TYPO3\CMS\Core\Resource\OnlineMedia\Processing\PreviewProcessing::getPreviewImageFromOnlineMedia ( File  $file)
protected

◆ processTask()

TYPO3\CMS\Core\Resource\OnlineMedia\Processing\PreviewProcessing::processTask ( TaskInterface  $task)