ActionViewHelper extends AbstractTagBasedViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:link.action>
FinalYes
ViewHelper for creating links to Extbase actions. Tailored for Extbase plugins, uses Extbase Request and Extbase UriBuilder.
<f:link.action action="show" arguments="{blog: blog.uid}">action link</f:link.action>
Tags
Table of Contents
Properties
- $tagName : string
Methods
- initializeArguments() : void
- render() : string
- renderFrontendLinkWithCoreContext() : string
- renderWithExtbaseContext() : string
Properties
$tagName
protected
string
$tagName
= 'a'
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string
Return values
stringrenderFrontendLinkWithCoreContext()
protected
renderFrontendLinkWithCoreContext(ServerRequestInterface $request) : string
Parameters
- $request : ServerRequestInterface
Return values
stringrenderWithExtbaseContext()
protected
renderWithExtbaseContext(RequestInterface $request) : string
Parameters
- $request : RequestInterface