Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39ed359

Browse filesBrowse 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
Copy full SHA for 39ed359

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎UPGRADE-3.0.md

Copy file name to clipboardExpand all lines: UPGRADE-3.0.md
+6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.