Form
class Form implements JsonSerializable, ExportableInterface, FormInterface (View source)
Properties
protected | $id | ||
protected | $name | ||
protected | $field_sets | ||
protected | $entity |
Methods
__construct()
No description
getId()
No description
setId(mixed $id)
No description
mixed
getName()
No description
setName(mixed $name)
No description
getFieldSets()
No description
setFieldSets(mixed $field_sets)
No description
setEntity(mixed $entity)
No description
Control[]
getControls()
No description
jsonSerialize()
No description
getExporter()
No description
__clone()
No description
Details
__construct()
No description
getId()
No description
setId(mixed $id)
No description
mixed
getName()
No description
setName(mixed $name)
No description
getFieldSets()
No description
setFieldSets(mixed $field_sets)
No description
Entity
getEntity()
No description
setEntity(mixed $entity)
No description
getControlView(ContextInterface $context)
No description
Control[]
getControls()
No description
jsonSerialize()
No description
ItemInterface
getExporter()
No description
__clone()
No description