‪TYPO3CMS  ‪main
TYPO3\CMS\Core\View\ResponsableViewInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\View\ResponsableViewInterface:
TYPO3\CMS\Backend\Template\ModuleTemplate

Public Member Functions

 renderResponse (string $templateFileName='')
 

Detailed Description

An optional addition to ViewInterface that allows getting a PSR-7 Response directly.

Definition at line 25 of file ResponsableViewInterface.php.

Member Function Documentation

◆ renderResponse()

TYPO3\CMS\Core\View\ResponsableViewInterface::renderResponse ( string  $templateFileName = '')

Renders the view and creates a response from it. Optionally receives a template location.

Implemented in TYPO3\CMS\Backend\Template\ModuleTemplate.