[Form] document changes to form type interfaces

This commit is contained in:
Christian Flothmann 2015-11-30 09:17:44 +01:00 committed by Christophe Coevoet
parent 77b1ab29f6
commit b297a0c6d9
1 changed files with 6 additions and 0 deletions

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: