abstract class FormView extends View implements FormViewInterface (View source)

Properties

protected $context from  View
protected $scopeItems from  View
protected $label
protected $supportsLabel
protected $isRequired

Methods

__construct(ContextInterface $context)

No description

from  View
addScopeItem($key, $value)

No description

from  View
getScopeItems()

No description

from  View
getView()

No description

from  View
getContext()

No description

from  View
getControlRenderer()

No description

from  View
isRequired()

No description

setIsRequired(bool $isRequired)

No description

setLabel($label)

No description

getLabel()

No description

setSupportsLabel($supportsLabel)

No description

supportsLabel()

No description

Details

__construct(ContextInterface $context)

No description

Parameters

ContextInterface $context

addScopeItem($key, $value)

No description

Parameters

$key
$value

getScopeItems()

No description

getView()

No description

ContextInterface getContext()

No description

Return Value

ContextInterface

RendererInterface getControlRenderer()

No description

Return Value

RendererInterface

isRequired()

No description

setIsRequired(bool $isRequired)

No description

Parameters

bool $isRequired

setLabel($label)

No description

Parameters

$label

getLabel()

No description

setSupportsLabel($supportsLabel)

No description

Parameters

$supportsLabel

supportsLabel()

No description