Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39ed359

Browse files
committed
minor #16752 [Form] document changes to form type interfaces (xabbuh)
This PR was submitted for the master branch but it was merged into the 3.0 branch instead (closes #16752). Discussion ---------- [Form] document changes to form type interfaces | Q | A | ------------- | --- | Fixed tickets | #13407, #16024, #16724, #16749 | License | MIT Commits ------- b297a0c [Form] document changes to form type interfaces
2 parents 77b1ab2 + b297a0c commit 39ed359

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)