XmlSitemapRenderer
FinalYes
Class to render the XML Sitemap to be used as a UserFunction.
this class is not part of TYPO3's Core API.
Table of Contents
Methods
- __construct() : mixed
- render() : string
Methods
__construct()
public
__construct(TypoScriptService $typoScriptService, RenderingContextFactory $renderingContextFactory, PolicyRegistry $policyRegistry) : mixed
Parameters
- $typoScriptService : TypoScriptService
- $renderingContextFactory : RenderingContextFactory
- $policyRegistry : PolicyRegistry
render()
public
render(string $_, array<string|int, mixed> $typoScriptConfiguration, ServerRequestInterface $request) : string
Parameters
- $_ : string
-
unused, but needed as this is called via userfunc and passes a string as first parameter
- $typoScriptConfiguration : array<string|int, mixed>
-
TypoScript configuration specified in USER Content Object
- $request : ServerRequestInterface