ActionViewHelper extends AbstractViewHelper uses CompileWithRenderStatic

ViewHelper

This class is the implementation of a Fluid ViewHelper.

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

A ViewHelper for creating URIs to extbase actions.

Examples

URI to the show-action of the current controller::

<f:uri.action action="show" />

/page/path/name.html?tx_myextension_plugin[action]=show&tx_myextension_plugin[controller]=Standard&cHash=xyz

Depending on current page, routing and page path configuration.

Table of Contents

Methods

initializeArguments()  : mixed
Initialize arguments
renderStatic()  : string

Methods

initializeArguments()

Initialize arguments

public initializeArguments() : mixed

renderStatic()

public static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
$arguments : array<string|int, mixed>
$renderChildrenClosure : Closure
$renderingContext : RenderingContextInterface
Return values
string

        
On this page

Search results