‪TYPO3CMS  9.5
TYPO3\CMS\Frontend\ContentObject\FileLinkHookInterface Interface Reference

Public Member Functions

File getPreviewImage (File $file)
 

Detailed Description

Interface for classes which hook into \TYPO3\CMS\Frontend\ContentObject and do additional getImgResource processing

Definition at line 22 of file FileLinkHookInterface.php.

Member Function Documentation

◆ getPreviewImage()

File TYPO3\CMS\Frontend\ContentObject\FileLinkHookInterface::getPreviewImage ( File  $file)

Finds alternative previewImage for given File.

Parameters
File$file
Returns
‪File @abstract