class AttributeKeyFormView extends FormView (View source)

Properties

protected $context from  View
protected $scopeItems from  View
protected $label from  FormView
protected $supportsLabel from  FormView
protected $isRequired from  FormView
protected $key
protected $view

Methods

__construct(ContextInterface $context, Control $control)

AttributeKeyView constructor.

addScopeItem($key, $value)

No description

from  View
getScopeItems()

No description

from  View
getView()

No description

getContext()

No description

from  View
getControlRenderer()

No description

from  View
isRequired()

No description

from  FormView
setIsRequired(bool $isRequired)

No description

from  FormView
setLabel($label)

No description

from  FormView
getLabel()

No description

from  FormView
setSupportsLabel($supportsLabel)

No description

from  FormView
supportsLabel()

No description

from  FormView

Details

__construct(ContextInterface $context, Control $control)

AttributeKeyView constructor.

Parameters

ContextInterface $context
Control $control

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

TemplateLocator createTemplateLocator()

No description

Return Value

TemplateLocator