SeoTitlePageTitleProvider extends AbstractPageTitleProvider
This class will take care of the seo title that can be set in the backend
this class is not part of TYPO3's Core API.
Table of Contents
Properties
Methods
- getTitle() : string
- setRequest() : void
Properties
$request
protected
ServerRequestInterface
$request
$title
protected
string
$title
= ''
Methods
getTitle()
public
getTitle() : string
Return values
stringsetRequest()
public
setRequest(ServerRequestInterface $request) : void
Parameters
- $request : ServerRequestInterface