‪TYPO3CMS  10.4
TYPO3\CMS\Frontend\ContentObject\ContentObjectOneSourceCollectionHookInterface Interface Reference

Public Member Functions

string getOneSourceCollection (array $sourceRenderConfiguration, array $sourceConfiguration, $oneSourceCollection, ContentObjectRenderer &$parentObject)
 

Detailed Description

Interface for classes which hook into getSourceCollection for additional processing

Definition at line 21 of file ContentObjectOneSourceCollectionHookInterface.php.

Member Function Documentation

◆ getOneSourceCollection()

string TYPO3\CMS\Frontend\ContentObject\ContentObjectOneSourceCollectionHookInterface::getOneSourceCollection ( array  $sourceRenderConfiguration,
array  $sourceConfiguration,
  $oneSourceCollection,
ContentObjectRenderer $parentObject 
)

Renders One Source Collection

Parameters
array$sourceRenderConfiguration‪Array with TypoScript Properties for the imgResource
array$sourceConfiguration
string$oneSourceCollection‪already prerendered SourceCollection
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer$parentObject‪Parent content object

param array $configuration Array with the Source Configuration

Returns
‪string HTML Content for oneSourceCollection