ActionViewHelper extends AbstractViewHelper

ViewHelper

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
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-fluid-uri-action

Table of Contents

Methods

initializeArguments()  : void
render()  : string
renderFrontendLinkWithCoreContext()  : string
renderWithExtbaseContext()  : string

Methods

initializeArguments()

public initializeArguments() : void

render()

public render() : string
Return values
string

renderFrontendLinkWithCoreContext()

protected static renderFrontendLinkWithCoreContext(ServerRequestInterface $request, array<string|int, mixed> $arguments, Closure $renderChildrenClosure) : string
Parameters
$request : ServerRequestInterface
$arguments : array<string|int, mixed>
$renderChildrenClosure : Closure
Return values
string

renderWithExtbaseContext()

protected static renderWithExtbaseContext(RequestInterface $request, array<string|int, mixed> $arguments) : string
Parameters
$request : RequestInterface
$arguments : array<string|int, mixed>
Return values
string

        
On this page

Search results