‪TYPO3CMS  10.4
TYPO3\CMS\Form\Slot\ResourcePublicationSlot Class Reference
Inheritance diagram for TYPO3\CMS\Form\Slot\ResourcePublicationSlot:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 getPublicUrl (GeneratePublicUrlForResourceEvent $event)
 
 add (FileInterface $resource)
 
 has (FileInterface $resource)
 

Protected Member Functions

 getStreamUrl (ResourceInterface $resource)
 

Protected Attributes

list< string > $fileIdentifiers = array( )
 

Detailed Description

A PSR-14 event listener for using FAL resources in public (frontend)

will be renamed at some point.

Definition at line 35 of file ResourcePublicationSlot.php.

Member Function Documentation

◆ add()

TYPO3\CMS\Form\Slot\ResourcePublicationSlot::add ( FileInterface  $resource)

◆ getPublicUrl()

◆ getStreamUrl()

TYPO3\CMS\Form\Slot\ResourcePublicationSlot::getStreamUrl ( ResourceInterface  $resource)
protected

◆ has()

Member Data Documentation

◆ $fileIdentifiers

list<string> TYPO3\CMS\Form\Slot\ResourcePublicationSlot::$fileIdentifiers = array( )
protected

Definition at line 39 of file ResourcePublicationSlot.php.