‪TYPO3CMS  ‪main
TYPO3\CMS\Fluid\View\TemplateView Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\View\TemplateView:
TYPO3\CMS\Fluid\View\AbstractTemplateView

Public Member Functions

 setLayoutPathAndFilename ($layoutPathAndFilename)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Fluid\View\AbstractTemplateView
 __construct (?RenderingContextInterface $context=null)
 
 setTemplate (string $templateName)
 
 setTemplatePathAndFilename ($templatePathAndFilename)
 
 setTemplateRootPaths (array $templateRootPaths)
 
string[] getTemplateRootPaths ()
 
 setPartialRootPaths (array $partialRootPaths)
 
string[] getPartialRootPaths ()
 
string[] getLayoutRootPaths ()
 
 setLayoutRootPaths (array $layoutRootPaths)
 

Detailed Description

The main template view. Should be used as view if you want Fluid Templating

Definition at line 21 of file TemplateView.php.

Member Function Documentation

◆ setLayoutPathAndFilename()

TYPO3\CMS\Fluid\View\TemplateView::setLayoutPathAndFilename (   $layoutPathAndFilename)

Sets the path and name of the layout file. Overrides the dynamic resolving of the layout file.

Parameters
string$layoutPathAndFilename‪Path and filename of the layout file

Definition at line 28 of file TemplateView.php.