ExternalViewHelper extends AbstractViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

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

FinalYes

ViewHelper for creating URIs to external targets, enforcing a specific scheme (https by default).

The specified URI is passed through without further resolving or transformation.

  <f:uri.external uri="https://www.typo3.org" target="_blank">external link</f:uri.external>
Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-fluid-uri-external

Table of Contents

Methods

initializeArguments()  : void
render()  : string

Methods

initializeArguments()

public initializeArguments() : void

render()

public render() : string
Return values
string

        
On this page

Search results