![]() |
TYPO3
7.6
|
Public Member Functions | |
getImgResourcePostProcess ($file, array $configuration, array $imageResource, ContentObjectRenderer $parent) | |
Interface for classes which hook into and do additional getImgResource processing
Definition at line 20 of file ContentObjectGetImageResourceHookInterface.php.
getImgResourcePostProcess | ( | $file, | |
array | $configuration, | ||
array | $imageResource, | ||
ContentObjectRenderer | $parent | ||
) |
Hook for post-processing image resources
string | $file | Original image file |
array | $configuration | TypoScript getImgResource properties |
array | $imageResource | Information of the created/converted image resource |
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer | $parent | Parent content object |