Attention

TYPO3 v10 has reached end-of-life as of April 30th 2023 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.

Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.

be.uri

A ViewHelper for creating URIs to modules.

Examples

URI to the web_ts module on page 92:

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

/typo3/index.php?M=web_ts&moduleToken=b6e9c9f?id=92

Inline notation:

{f:be.uri(route: 'web_ts', parameters: '{id: 92}')}

/typo3/index.php?route=%2module%2web_ts%2&moduleToken=b6e9c9f?id=92

Arguments

route

DataType

string

Required

true

Description

The name of the route

parameters

DataType

mixed

Default

array ()

Required

false

Description

An array of parameters

referenceType

DataType

string

Default

'absolute'

Required

false

Description

The type of reference to be generated (one of the constants)