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

Skip to content

Commit cdcdbd6

Browse files
committed
[Form] document changes to form type interfaces
1 parent bcfacac commit cdcdbd6

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
@@ -114,6 +114,12 @@ UPGRADE FROM 2.x to 3.0
114114

115115
### Form
116116

117+
* The `getBlockPrefix()` method was added to the `FormTypeInterface` in replacement of
118+
the `getName()` method which has been has been removed.
119+
* The `configureOptions()` method was added to the `FormTypeInterface` in replacement
120+
of the `setDefaultOptions()` method which has been removed.
121+
* The `getBlockPrefix()` method was added to the `ResolvedFormTypeInterface` in
122+
replacement of the `getName()` method which has been has been removed.
117123
* The option "precision" was renamed to "scale".
118124

119125
Before:

0 commit comments

Comments
 (0)
0