TitleViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:page.title>
FinalYes
ViewHelper to set the page title from Fluid templates.
<f:page.title>My Custom Page Title</f:page.title>
Tags
Table of Contents
Methods
- __construct() : mixed
- render() : void
Methods
__construct()
public
__construct(RecordTitleProvider $pageTitleProvider) : mixed
Parameters
- $pageTitleProvider : RecordTitleProvider
render()
public
render() : void