8000 [Form] document changes to form type interfaces · symfony/symfony@b297a0c · GitHub
[go: up one dir, main page]

Skip to content

Commit b297a0c

Browse files
xabbuhstof
authored andcommitted
[Form] document changes to form type interfaces
1 parent 77b1ab2 commit b297a0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADE-3.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ UPGRADE FROM 2.x to 3.0
130130

131131
### Form
132132

133+
* The `getBlockPrefix()` method was added to the `FormTypeInterface` in replacement of
134+
the `getName()` method which has been has been removed.
135+
* The `configureOptions()` method was added to the `FormTypeInterface` in replacement
136+
of the `setDefaultOptions()` method which has been removed.
137+
* The `getBlockPrefix()` method was added to the `ResolvedFormTypeInterface` in
138+
replacement of the `getName()` method which has been has been removed.
133139
* The option "precision" was renamed to "scale".
134140

135141
Before:

0 commit comments

Comments
 (0)
0