class TextControl extends Control (View source)

Properties

protected $id from  Control
protected $is_required from  Control
protected $position from  Control
protected $custom_label from  Control
protected $field_set from  Control
protected $headline
protected $body

Methods

mixed
getId()

No description

from  Control
setId(mixed $id)

No description

from  Control
mixed
getCustomLabel()

No description

from  Control
setCustomLabel(mixed $custom_label)

No description

from  Control
mixed
getPosition()

No description

from  Control
setPosition(mixed $position)

No description

from  Control
mixed
getFieldSet()

No description

from  Control
setFieldSet(mixed $field_set)

No description

from  Control
getControlOptionsController()

No description

getControlSaveHandler()

No description

getControlLabel()

No description

getType()

No description

jsonSerialize()

No description

from  Control
mixed
isRequired()

No description

from  Control
setIsRequired(mixed $is_required)

No description

from  Control
getDisplayLabel()

No description

from  Control
getControlType()

No description

from  Control
build(ObjectBuilder $builder)

No description

from  Control
mixed
getHeadline()

No description

setHeadline(mixed $headline)

No description

mixed
getBody()

No description

setBody(mixed $body)

No description

getControlView(ContextInterface $context)

No description

getExporter()

No description

Details

mixed getId()

No description

Return Value

mixed

setId(mixed $id)

No description

Parameters

mixed $id

mixed getCustomLabel()

No description

Return Value

mixed

setCustomLabel(mixed $custom_label)

No description

Parameters

mixed $custom_label

mixed getPosition()

No description

Return Value

mixed

setPosition(mixed $position)

No description

Parameters

mixed $position

mixed getFieldSet()

No description

Return Value

mixed

setFieldSet(mixed $field_set)

No description

Parameters

mixed $field_set

getControlOptionsController()

No description

getControlSaveHandler()

No description

getControlLabel()

No description

getType()

No description

jsonSerialize()

No description

mixed isRequired()

No description

Return Value

mixed

setIsRequired(mixed $is_required)

No description

Parameters

mixed $is_required

getDisplayLabel()

No description

TypeInterface getControlType()

No description

Return Value

TypeInterface

build(ObjectBuilder $builder)

No description

Parameters

ObjectBuilder $builder

mixed getHeadline()

No description

Return Value

mixed

setHeadline(mixed $headline)

No description

Parameters

mixed $headline

mixed getBody()

No description

Return Value

mixed

setBody(mixed $body)

No description

Parameters

mixed $body

getControlView(ContextInterface $context)

No description

Parameters

ContextInterface $context

ItemInterface getExporter()

No description

Return Value

ItemInterface