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

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

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

Detailed Description

A ViewHelper for creating URIs to install tool actions.

= Examples =

<f:uri.action controller={controller}" /> <output> install.php?install[controller]=Maintenance&install[context]= </output>

Definition at line 40 of file ActionViewHelper.php.

Member Function Documentation

◆ initializeArguments()

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

Definition at line 43 of file ActionViewHelper.php.

◆ renderStatic()

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