FluidViewFactory implements ViewFactoryInterface
Read onlyYes
FinalYes
Create a view based on fluid.
Return an instance of ext:fluid FluidViewAdapter that implements ext:core ViewInterface.
This is the default implementation when a class asks for a ViewFactoryInterface injection.
This is a specific view factory is not considered part of the Public TYPO3 API.
Attributes
- #[AsAlias]
- \TYPO3\CMS\Core\View\ViewFactoryInterface::class
- $public: true
Table of Contents
Interfaces
- ViewFactoryInterface
- Generic TYPO3 view factory - the V in MVC.
Methods
- __construct() : mixed
- create() : ViewInterface
Methods
__construct()
public
__construct(RenderingContextFactory $renderingContextFactory) : mixed
Parameters
- $renderingContextFactory : RenderingContextFactory
create()
public
create(ViewFactoryData $data) : ViewInterface
Parameters
- $data : ViewFactoryData