8000
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 77b1ab2 commit b297a0cCopy full SHA for b297a0c
UPGRADE-3.0.md
@@ -130,6 +130,12 @@ UPGRADE FROM 2.x to 3.0
130
131
### Form
132
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.
139
* The option "precision" was renamed to "scale".
140
141
Before:
0 commit comments