ActionViewHelper extends AbstractTagBasedViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:link.action>
A ViewHelper for creating links to extbase actions.
Examples
link to the show-action of the current controller::
<f:link.action action="show">action link</f:link.action>
Output::
Depending on the current page and your TypoScript configuration.
Table of Contents
Properties
- $tagName : string
Methods
- initializeArguments() : mixed
- Arguments initialization
- render() : string
Properties
$tagName
protected
string
$tagName
= 'a'
Methods
initializeArguments()
Arguments initialization
public
initializeArguments() : mixed
render()
public
render() : string
Return values
string —Rendered link