ViewFactoryInterface
Generic TYPO3 view factory - the V in MVC.
This interface is used in TYPO3 and should be used via dependency injection to create a view instance in custom TYPO3 extensions whenever a view should be rendered.
Table of Contents
Methods
Methods
create()
public
create(ViewFactoryData $data) : ViewInterface
Parameters
- $data : ViewFactoryData