‪TYPO3CMS  10.4
TYPO3\CMS\Core\Resource\Driver\StreamableDriverInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Resource\Driver\StreamableDriverInterface:
TYPO3\CMS\Core\Resource\Driver\LocalDriver

Public Member Functions

ResponseInterface 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()

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

Streams a file using a PSR-7 Response object.

Parameters
string$identifier
array$properties
Returns
‪ResponseInterface

Implemented in TYPO3\CMS\Core\Resource\Driver\LocalDriver.