ViewHelper Documentation
be.uri
A view helper for creating URIs to modules.
= Examples =
<f:be.uri route="web_ts" parameters="{id: 92}"/>
{f:be.uri(route: 'web_ts', parameters: '{id: 92}')}
Arguments
route string
The name of the route
parameters anySimpleType
An array of parameters
referenceType string
The type of reference to be generated (one of the constants)