‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\ContentObject\Event\ModifyImageSourceCollectionEvent Class Reference

Public Member Functions

 __construct (private string $sourceCollection, private readonly string $fullSourceCollection, private readonly array $sourceConfiguration, private readonly array $sourceRenderConfiguration, private readonly ContentObjectRenderer $contentObjectRenderer)
 
 setSourceCollection (string $sourceCollection)
 
 getSourceCollection ()
 
 getFullSourceCollection ()
 
 getSourceConfiguration ()
 
 getSourceRenderConfiguration ()
 
 getContentObjectRenderer ()
 

Detailed Description

Listeners are able to enrich the final source collection result

Definition at line 25 of file ModifyImageSourceCollectionEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Frontend\ContentObject\Event\ModifyImageSourceCollectionEvent::__construct ( private string  $sourceCollection,
private readonly string  $fullSourceCollection,
private readonly array  $sourceConfiguration,
private readonly array  $sourceRenderConfiguration,
private readonly ContentObjectRenderer  $contentObjectRenderer 
)

Definition at line 27 of file ModifyImageSourceCollectionEvent.php.

Member Function Documentation

◆ getContentObjectRenderer()

TYPO3\CMS\Frontend\ContentObject\Event\ModifyImageSourceCollectionEvent::getContentObjectRenderer ( )

Definition at line 60 of file ModifyImageSourceCollectionEvent.php.

◆ getFullSourceCollection()

TYPO3\CMS\Frontend\ContentObject\Event\ModifyImageSourceCollectionEvent::getFullSourceCollection ( )

Definition at line 45 of file ModifyImageSourceCollectionEvent.php.

◆ getSourceCollection()

TYPO3\CMS\Frontend\ContentObject\Event\ModifyImageSourceCollectionEvent::getSourceCollection ( )

Definition at line 40 of file ModifyImageSourceCollectionEvent.php.

◆ getSourceConfiguration()

TYPO3\CMS\Frontend\ContentObject\Event\ModifyImageSourceCollectionEvent::getSourceConfiguration ( )

Definition at line 50 of file ModifyImageSourceCollectionEvent.php.

◆ getSourceRenderConfiguration()

TYPO3\CMS\Frontend\ContentObject\Event\ModifyImageSourceCollectionEvent::getSourceRenderConfiguration ( )

Definition at line 55 of file ModifyImageSourceCollectionEvent.php.

◆ setSourceCollection()

TYPO3\CMS\Frontend\ContentObject\Event\ModifyImageSourceCollectionEvent::setSourceCollection ( string  $sourceCollection)