IsmaAmbrosiGeneratorBundle icon indicating copy to clipboard operation
IsmaAmbrosiGeneratorBundle copied to clipboard

Generate forms with method "configureOptions" when possible

Open iambrosi opened this issue 9 years ago • 0 comments

As of Symfony 2.7, overriding the method setDefaultOptions in Form type classes has been deprecated in favor of the new method configureOptions.

We need to generate this new method if is available in the abstract class AbstractType.

iambrosi avatar Sep 11 '15 22:09 iambrosi