ActionViewHelper extends AbstractTagBasedViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <f:link.action>

FinalYes

A ViewHelper for creating links to extbase actions. Tailored for extbase plugins, uses extbase Request and extbase UriBuilder.

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()  : void
render()  : string
renderFrontendLinkWithCoreContext()  : string
renderWithExtbaseContext()  : string

Properties

Methods

initializeArguments()

public initializeArguments() : void

render()

public render() : string
Return values
string

renderFrontendLinkWithCoreContext()

protected renderFrontendLinkWithCoreContext(ServerRequestInterface $request) : string
Parameters
$request : ServerRequestInterface
Return values
string

        
On this page

Search results