TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Frontend\ContentObject\ContentObjectGetImageResourceHookInterface Interface Reference

Public Member Functions

 getImgResourcePostProcess ($file, array $configuration, array $imageResource, ContentObjectRenderer $parent)
 

Detailed Description

Interface for classes which hook into and do additional getImgResource processing

Definition at line 20 of file ContentObjectGetImageResourceHookInterface.php.

Member Function Documentation

◆ getImgResourcePostProcess()

TYPO3\CMS\Frontend\ContentObject\ContentObjectGetImageResourceHookInterface::getImgResourcePostProcess (   $file,
array  $configuration,
array  $imageResource,
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