ActionViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:uri.action>
FinalYes
ViewHelper for creating URIs to Extbase actions (within Controllers).
Tailored for Extbase plugins, uses Extbase Request and Extbase UriBuilder.
<f:uri.action action="show" arguments="{blog: blog.uid}">action link</f:uri.action>
Tags
Table of Contents
Methods
- initializeArguments() : void
- render() : string
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string