TranslateElementPropertyViewHelper extends AbstractViewHelper uses CompileWithRenderStatic
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <formvh:translateelementproperty>
Translate form element properties.
Scope: frontend / backend
Table of Contents
Methods
- initializeArguments() : mixed
- Initialize arguments.
- renderStatic() : string|array<string|int, mixed>
- Return array element by key.
- assertArgumentTypes() : mixed
Methods
initializeArguments()
Initialize arguments.
public
initializeArguments() : mixed
renderStatic()
Return array element by key.
public
static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string|array<string|int, mixed>
Parameters
- $arguments : array<string|int, mixed>
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface
Return values
string|array<string|int, mixed>assertArgumentTypes()
protected
static assertArgumentTypes(array<string|int, mixed> $arguments) : mixed
Parameters
- $arguments : array<string|int, mixed>