ActionViewHelper extends AbstractTagBasedViewHelper

ViewHelper

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::

action link

Depending on the current page and your TypoScript configuration.

Table of Contents

Properties

$tagName  : string

Methods

initializeArguments()  : mixed
Arguments initialization
render()  : string

Properties

Methods

initializeArguments()

Arguments initialization

public initializeArguments() : mixed

render()

public render() : string
Return values
string

Rendered link


        
On this page

Search results