AbstractButtonViewHelper extends AbstractViewHelper uses CompileWithRenderStatic
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <backend:modulelayout.button.abstractbutton>
AbstractYes
since TYPO3 v11.3, will be removed in TYPO3 v12.0.
Table of Contents
Methods
- initializeArguments() : void
- Initialize arguments.
- renderStatic() : void
- createButton() : ButtonInterface
Methods
initializeArguments()
Initialize arguments.
public
initializeArguments() : void
Tags
renderStatic()
public
static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : void
Parameters
- $arguments : array<string|int, mixed>
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface
Tags
createButton()
protected
abstract static createButton(ButtonBar $buttonBar, array<string|int, mixed> $arguments, RenderingContextInterface $renderingContext) : ButtonInterface
Parameters
- $buttonBar : ButtonBar
- $arguments : array<string|int, mixed>
- $renderingContext : RenderingContextInterface