FieldMapperInterface
FieldMapperInterface.php
:
14
Interface
Methods¶
getSupportedField()
¶
FieldMapperInterface.php
:
30
Returns identifier of the field definition supported by the mapper.
|
|
|
Return values
string
mapField()
¶
FieldMapperInterface.php
:
23
Builds form for the specified field.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $builder | FormBuilderInterface | - | - |
| $field | Field | - | - |
| $constraints | array<string|int, Constraint> | [] | - |