class AssociationFormView extends AssociationView (View source)

Properties

protected $context from  View
protected $scopeItems from  View
protected $label from  FormView
protected $supportsLabel from  FormView
protected $isRequired from  FormView
protected $association
protected $entry from  AssociationView
protected $allEntities from  AssociationView
protected $selectedEntities from  AssociationView

Methods

__construct(ContextInterface $context, Control $control)

No description

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
bool
isRequired()

No description

from  FormView
setIsRequired(bool $isRequired)

No description

from  FormView
setLabel($label)

No description

from  FormView
string
getLabel()

Returns the label for the current form control.

from  FormView
setSupportsLabel($supportsLabel)

No description

from  FormView
bool
supportsLabel()

Returns true if the current form control supports labeling.

from  FormView
string|null
getControlID()

Returns the ID of the current form control – may return null if the form control doesn't need it.

string
getFormFieldElement(AssociationControl $control)

No description

Details

__construct(ContextInterface $context, Control $control)

No description

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

bool isRequired()

No description

Return Value

bool

setIsRequired(bool $isRequired)

No description

Parameters

bool $isRequired

setLabel($label)

No description

Parameters

$label

string getLabel()

Returns the label for the current form control.

Return Value

string

setSupportsLabel($supportsLabel)

No description

Parameters

$supportsLabel

bool supportsLabel()

Returns true if the current form control supports labeling.

Return Value

bool

string|null getControlID()

Returns the ID of the current form control – may return null if the form control doesn't need it.

Return Value

string|null

TemplateLocator createTemplateLocator()

No description

Return Value

TemplateLocator

protected string getFormFieldElement(AssociationControl $control)

No description

Parameters

AssociationControl $control

Return Value

string