ActionViewHelper extends AbstractViewHelper
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
Table of Contents
Methods
- createFrontendLinkWithCoreContext() : LinkResultInterface|null
- Only to be used by \TYPO3\CMS\Fluid\ViewHelpers\Link\ActionViewHelper
- createUriWithExtbaseContext() : string
- Only to be used by \TYPO3\CMS\Fluid\ViewHelpers\Link\ActionViewHelper
- initializeArguments() : void
- render() : string
Methods
createFrontendLinkWithCoreContext()
Only to be used by \TYPO3\CMS\Fluid\ViewHelpers\Link\ActionViewHelper
public
static createFrontendLinkWithCoreContext(ServerRequestInterface $request, array<string|int, mixed> $arguments, string $childContent) : LinkResultInterface|null
Parameters
- $request : ServerRequestInterface
- $arguments : array<string|int, mixed>
- $childContent : string
Return values
LinkResultInterface|nullcreateUriWithExtbaseContext()
Only to be used by \TYPO3\CMS\Fluid\ViewHelpers\Link\ActionViewHelper
public
static createUriWithExtbaseContext(RequestInterface $request, array<string|int, mixed> $arguments) : string
Parameters
- $request : RequestInterface
- $arguments : array<string|int, mixed>
Return values
stringinitializeArguments()
public
initializeArguments() : void
render()
public
render() : string