I noticed that when using the Symfony 2.3 selection box type, if I try to send an invalid parameter (manually changing the parameter value), symfony reports a form error in this field that says: "This value is equally invalid."
However, I do not see the possibility of changing this message in a class such as a selection field. I also have no validation restrictions for this field.
Where does this error message come from and how to change it?
symfony
user3009816
source share