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
This commit is contained in:
Christophe Coevoet 2015-12-05 11:54:29 +01:00
commit 39ed3598ab

View File

@ -130,6 +130,12 @@ UPGRADE FROM 2.x to 3.0
### Form
* The `getBlockPrefix()` method was added to the `FormTypeInterface` in replacement of
the `getName()` method which has been has been removed.
* The `configureOptions()` method was added to the `FormTypeInterface` in replacement
of the `setDefaultOptions()` method which has been removed.
* The `getBlockPrefix()` method was added to the `ResolvedFormTypeInterface` in
replacement of the `getName()` method which has been has been removed.
* The option "precision" was renamed to "scale".
Before: