‪TYPO3CMS  10.4
TYPO3\CMS\Form\ViewHelpers\RenderAllFormValuesViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Form\ViewHelpers\RenderAllFormValuesViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

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

Protected Attributes

bool $escapeOutput = false
 

Detailed Description

Renders the values of a form

Scope: frontend

Definition at line 35 of file RenderAllFormValuesViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Form\ViewHelpers\RenderAllFormValuesViewHelper::initializeArguments ( )

Initialize the arguments.

Definition at line 47 of file RenderAllFormValuesViewHelper.php.

◆ renderStatic()

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

Return array element by key.

Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string the rendered form values

Definition at line 61 of file RenderAllFormValuesViewHelper.php.

References $output, and TYPO3\CMS\Form\ViewHelpers\RenderFormValueViewHelper\renderStatic().

Member Data Documentation

◆ $escapeOutput

bool TYPO3\CMS\Form\ViewHelpers\RenderAllFormValuesViewHelper::$escapeOutput = false
protected

Definition at line 40 of file RenderAllFormValuesViewHelper.php.