I want to change this default behaviour. I know that this could be done by extending sfWidgetFormSchemaFormatter but then in all forms I must use setFormatterName().
I want to change this default behaviour. I know that this could be done
Share
In your
sfProjectConfigurationclass, located in/config, override thesetup()function, addingsfWidgetFormSchema::setDefaultFormFormatterName('your-class-name');and it will be used by all forms