We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfacac commit cdcdbd6Copy full SHA for cdcdbd6
UPGRADE-3.0.md
@@ -114,6 +114,12 @@ UPGRADE FROM 2.x to 3.0
114
115
### Form
116
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.
123
* The option "precision" was renamed to "scale".
124
125
Before:
0 commit comments