Validator calls
Path | Message | Invalid value | Violation |
---|---|---|---|
children[message].data | Значение не должно быть пустым. | null |
Symfony\Component\Validator\ConstraintViolation {#1902 -message: "Значение не должно быть пустым." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => "null" ] -plural: null -root: Symfony\Component\Form\Form {#1628 : "feedback_form" : "Svarlen\AppBundle\Form\FeedbackForm" : [ "username" => "Humminbirdeya" "phone" => "83738622984" "email" => "[email protected]" "message" => null ] } -propertyPath: "children[message].data" -invalidValue: null -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1567 …} -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -cause: null } |
children[captcha].data | Неправильно введена капча. | null |
Symfony\Component\Validator\ConstraintViolation {#2032 -message: "Неправильно введена капча." -messageTemplate: "This value is not a valid captcha." -parameters: [] -plural: null -root: Symfony\Component\Form\Form {#1628 : "feedback_form" : "Svarlen\AppBundle\Form\FeedbackForm" : [ "username" => "Humminbirdeya" "phone" => "83738622984" "email" => "[email protected]" "message" => null ] } -propertyPath: "children[captcha].data" -invalidValue: null -constraint: EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#1569 …} -code: null -cause: null } |