‪TYPO3CMS  9.5
TYPO3\CMS\Redirects\ViewHelpers\EditRecordViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Redirects\ViewHelpers\EditRecordViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

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

Detailed Description

Edit Record ViewHelper

Todo:
‪remove once general edit ViewHelper exists

Definition at line 29 of file EditRecordViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Redirects\ViewHelpers\EditRecordViewHelper::initializeArguments ( )

Initializes the arguments

Definition at line 35 of file EditRecordViewHelper.php.

◆ renderStatic()

static string TYPO3\CMS\Redirects\ViewHelpers\EditRecordViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static

Render link

Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string
Exceptions

Definition at line 51 of file EditRecordViewHelper.php.