‪TYPO3CMS  ‪main
TYPO3\CMS\Fluid\ViewHelpers\Uri\ActionViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\ViewHelpers\Uri\ActionViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

static renderStatic (array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 

Static Protected Member Functions

static renderFrontendLinkWithCoreContext (ServerRequestInterface $request, array $arguments, \Closure $renderChildrenClosure)
 
static renderWithExtbaseContext (ExtbaseRequestInterface $request, array $arguments)
 

Detailed Description

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

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.

Definition at line 48 of file ActionViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Fluid\ViewHelpers\Uri\ActionViewHelper::initializeArguments ( )

Definition at line 51 of file ActionViewHelper.php.

◆ renderFrontendLinkWithCoreContext()

static TYPO3\CMS\Fluid\ViewHelpers\Uri\ActionViewHelper::renderFrontendLinkWithCoreContext ( ServerRequestInterface  $request,
array  $arguments,
\Closure  $renderChildrenClosure 
)
staticprotected

◆ renderStatic()

static TYPO3\CMS\Fluid\ViewHelpers\Uri\ActionViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static

◆ renderWithExtbaseContext()

static TYPO3\CMS\Fluid\ViewHelpers\Uri\ActionViewHelper::renderWithExtbaseContext ( ExtbaseRequestInterface  $request,
array  $arguments 
)
staticprotected