From cdcdbd6f74a48f450dc60eccb622f7ae9048d5f0 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 30 Nov 2015 09:17:44 +0100 Subject: [PATCH] [Form] document changes to form type interfaces --- UPGRADE-3.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index c471e64dd9efd..5fe6e99046889 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -114,6 +114,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: