RenderAllFormValuesViewHelper extends AbstractViewHelper uses CompileWithRenderStatic

Renders the values of a form

Scope: frontend

Table of Contents

Properties

$escapeOutput  : bool

Methods

initializeArguments()  : mixed
Initialize the arguments.
renderStatic()  : string
Return array element by key.

Properties

$escapeOutput

protected bool $escapeOutput = false

Methods

initializeArguments()

Initialize the arguments.

public initializeArguments() : mixed
Internal

renderStatic()

Return array element by key.

public static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
$arguments : array<string|int, mixed>
$renderChildrenClosure : Closure
$renderingContext : RenderingContextInterface
Return values
string

the rendered form values


        
On this page

Search results