Package

ViewHelpers

ViewHelper Documentation

uri.action

A view helper for creating URIs to extbase actions.

= Examples =

<f:uri.action action="show" /> index.php?id=123&tx_myextension_plugin[action]=show&tx_myextension_plugin[controller]=Standard&cHash=xyz (depending on the current page and your TS configuration)

Arguments

action string

Target action

arguments anySimpleType

Arguments

controller string

Target controller. If NULL current controllerName is used

extensionName string

Target Extension Name (without "tx_" prefix and no underscores). If NULL the current extension name is used

pluginName string

Target plugin. If empty, the current plugin name is used

pageUid anySimpleType

Target page. See TypoLink destination

pageType anySimpleType

Type of the target page. See typolink.parameter

noCache anySimpleType

Set this to disable caching for the target page. You should not need this.

noCacheHash anySimpleType

Set this to suppress the cHash query parameter created by TypoLink. You should not need this.

section string

The anchor to be added to the URI

format string

The requested format, e.g. ".html

linkAccessRestrictedPages anySimpleType

If set, links pointing to access restricted pages will still link to the page even though the page cannot be accessed.

additionalParams anySimpleType

additional query parameters that won't be prefixed like $arguments (overrule $arguments)

absolute anySimpleType

If set, an absolute URI is rendered

addQueryString anySimpleType

If set, the current query parameters will be kept in the URI

argumentsToBeExcludedFromQueryString anySimpleType

arguments to be removed from the URI. Only active if $addQueryString = TRUE

addQueryStringMethod string

Set which parameters will be kept. Only active if $addQueryString = TRUE

ViewHelper Resources

Schema Resources