TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\ContentObject\ContentObjectGetImageResourceHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\ContentObjectGetImageResourceHookInterface:
tslib_cObj_getImgResourceHook

Public Member Functions

 getImgResourcePostProcess ($file, array $configuration, array $imageResource, \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $parent)
 

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 ContentObjectGetImageResourceHookInterface.php.

Member Function Documentation

◆ getImgResourcePostProcess()

TYPO3\CMS\Frontend\ContentObject\ContentObjectGetImageResourceHookInterface::getImgResourcePostProcess (   $file,
array  $configuration,
array  $imageResource,
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer  $parent 
)

Hook for post-processing image resources

Parameters
string$fileOriginal image file
array$configurationTypoScript getImgResource properties
array$imageResourceInformation of the created/converted image resource
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer$parentParent content object
Returns
array Modified image resource information