TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\ContentObject\FileLinkHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\FileLinkHookInterface:
tslib_content_fileLinkHook

Public Member Functions

 getPreviewImage (\TYPO3\CMS\Core\Resource\File $file)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Interface for classes which hook into tslib_content and do additional getImgResource processing

Author
Oliver Hader olive.nosp@m.r@ty.nosp@m.po3.o.nosp@m.rg

Definition at line 21 of file FileLinkHookInterface.php.

Member Function Documentation

◆ getPreviewImage()

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

Finds alternative previewImage for given File.

Parameters
\TYPO3\CMS\Core\Resource\File$file
Returns
Todo:
Define visibility