Validator calls
In
PublicController.php
line ():
No violations
[ "value" => [ "name" => "Epiphonerag" "email" => "redtop353@gmail.com" "message" => "term manuscript (late lat.manuscriptum," "privacy" => "on" ] "constraints" => Symfony\Component\Validator\Constraints\Collection {#558 +payload: null +groups: [ "Default" ] +fields: [ "name" => Symfony\Component\Validator\Constraints\Required {#572 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#560 +payload: null +groups: [ "Default" ] +message: "El nombre es obligatorio" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#571 +payload: null +groups: [ "Default" ] +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "El nombre debe tener al menos 2 caracteres" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] } "email" => Symfony\Component\Validator\Constraints\Required {#531 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#414 +payload: null +groups: [ "Default" ] +message: "El email es obligatorio" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#438 +payload: null +groups: [ "Default" ] +message: "Por favor ingresa un email válido" +mode: "html5" +normalizer: null } ] } "message" => Symfony\Component\Validator\Constraints\Required {#574 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#566 +payload: null +groups: [ "Default" ] +message: "El mensaje es obligatorio" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#549 +payload: null +groups: [ "Default" ] +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "El mensaje debe tener al menos 10 caracteres" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] } "privacy" => Symfony\Component\Validator\Constraints\Required {#559 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotNull {#578 +payload: null +groups: [ "Default" ] +message: "Debes aceptar la política de privacidad" } ] } ] +allowExtraFields: false +allowMissingFields: false +extraFieldsMessage: "This field was not expected." +missingFieldsMessage: "This field is missing." } "groups" => null ]