TypolinkViewHelper extends AbstractViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <f:uri.typolink>

FinalYes

ViewHelper to create URIs from fields supported by the link wizard.

  <f:uri.typolink parameter="123" textWrap="<span>|</span>" />
Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-fluid-uri-typolink

Table of Contents

Methods

initializeArguments()  : void
render()  : string
invokeContentObjectRenderer()  : string
mergeTypoLinkConfiguration()  : array<string|int, mixed>
Merges view helper arguments with typolink parts.

Methods

initializeArguments()

public initializeArguments() : void

render()

public render() : string
Return values
string

invokeContentObjectRenderer()

protected static invokeContentObjectRenderer(array<string|int, mixed> $arguments, string $typoLinkParameter, ServerRequestInterface|null $request) : string
Parameters
$arguments : array<string|int, mixed>
$typoLinkParameter : string
$request : ServerRequestInterface|null
Return values
string

mergeTypoLinkConfiguration()

Merges view helper arguments with typolink parts.

protected static mergeTypoLinkConfiguration(array<string|int, mixed> $typoLinkConfiguration, array<string|int, mixed> $arguments) : array<string|int, mixed>
Parameters
$typoLinkConfiguration : array<string|int, mixed>
$arguments : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results