AbstractElementRenderer implements RendererInterface

AbstractYes

Abstract renderer which can be used as base class for custom renderers.

Scope: frontend This class is meant to be sub classed by developers.

Table of Contents

Interfaces

RendererInterface
Base interface for Renderers. A Renderer is used to render a form.

Properties

$controllerContext  : ControllerContext
The assigned controller context which might be needed by the renderer.
$formRuntime  : FormRuntime

Methods

getFormRuntime()  : FormRuntime
setControllerContext()  : mixed
Set the controller context which should be used
setFormRuntime()  : mixed

Properties

$controllerContext

The assigned controller context which might be needed by the renderer.

Deprecated

since v11, will be removed with v12.

protected ControllerContext $controllerContext

Methods

setControllerContext()

Set the controller context which should be used

public setControllerContext(ControllerContext $controllerContext) : mixed
Deprecated

since v11, will be removed with v12.

Parameters
$controllerContext : ControllerContext

        
On this page

Search results