ViewHelper Documentation
uri.action
A view helper for creating URIs to extbase actions.
= Examples =
<f:uri.action action="show" />
Arguments
- action
- arguments
- controller
- extensionName
- pluginName
- pageUid
- pageType
- noCache
- noCacheHash
- section
- format
- linkAccessRestrictedPages
- additionalParams
- absolute
- addQueryString
- argumentsToBeExcludedFromQueryString
- addQueryStringMethod
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 integer
target page. See TypoLink destination
pageType integer
type of the target page. See typolink.parameter
noCache boolean
set this to disable caching for the target page. You should not need this.
noCacheHash boolean
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 boolean
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 boolean
If set, an absolute URI is rendered
addQueryString boolean
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