‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Resource\Driver\StreamableDriverInterface Interface Reference

Public Member Functions

 streamFile (string $identifier, array $properties)
 

Detailed Description

An interface FAL drivers have to implement to fulfil the needs of streaming files using PSR-7 Response objects.

Definition at line 28 of file StreamableDriverInterface.php.

Member Function Documentation

◆ streamFile()

TYPO3\CMS\Core\Resource\Driver\StreamableDriverInterface::streamFile ( string  $identifier,
array  $properties 
)

Streams a file using a PSR-7 Response object.