IsmaAmbrosiGeneratorBundle
IsmaAmbrosiGeneratorBundle copied to clipboard
Generate forms with method "configureOptions" when possible
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.