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 cdcdbd6

Browse filesBrowse files
committed
[Form] document changes to form type interfaces
1 parent bcfacac commit cdcdbd6
Copy full SHA for cdcdbd6

File tree

1 file changed

+6
-0
lines changed
Filter options

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
@@ -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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.