File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ How to Create a Custom Form Field Type
66
77Symfony comes with a bunch of core field types available for building forms.
88However there are situations where you may want to create a custom form field
9- type for a specific purpose. This recipe assumes you need a field definition
9+ type for a specific purpose. This article assumes you need a field definition
1010that holds a shipping option, based on the existing choice field. This section
11- explains how the field is defined, how you can customize its layout and finally,
12- how you can register it for use in your application.
11+ explains how the field is defined and how you can customize its layout.
1312
1413Defining the Field Type
1514-----------------------
You can’t perform that action at this time.
0 commit comments