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

mixed
getEntity()

No description

setEntity(mixed $entity)

No description

getControlView(ContextInterface $context)

No description

getControls()

No description

jsonSerialize()

No description

getExporter()

No description

Details

__construct()

No description

getId()

No description

setId(mixed $id)

No description

Parameters

mixed $id

mixed getName()

No description

Return Value

mixed

setName(mixed $name)

No description

Parameters

mixed $name

getFieldSets()

No description

setFieldSets(mixed $field_sets)

No description

Parameters

mixed $field_sets

mixed getEntity()

No description

Return Value

mixed

setEntity(mixed $entity)

No description

Parameters

mixed $entity

getControlView(ContextInterface $context)

No description

Parameters

ContextInterface $context

getControls()

No description

jsonSerialize()

No description

ItemInterface getExporter()

No description

Return Value

ItemInterface