LinkViewHelper extends AbstractTagBasedViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <f:be.link>

A ViewHelper for creating URIs to modules.

Examples

URI to the web_ts module on page 92::

<f:be.link route="web_ts" parameters="{id: 92}">Go to web_ts</f:be.link>

<a href="/typo3/module/web/ts?token=b6e9c9f&id=92">Go to web_ts</a>

Table of Contents

Properties

$tagName  : string

Methods

initializeArguments()  : mixed
Arguments initialization
render()  : string

Properties

Methods

initializeArguments()

Arguments initialization

public initializeArguments() : mixed
Tags
throws
Exception

render()

public render() : string
Return values
string

Rendered link


        
On this page

Search results