Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| children[place].data | This value should not be blank. | null |
Symfony\Component\Validator\ConstraintViolation {#1695 -message: "This value should not be blank." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => "null" ] -plural: null -root: Symfony\Component\Form\Form {#1023 : "" : "App\Form\SearchAdvertisementForm" : [ "sale" => null "type" => null "roomNumber" => null "place" => null "city" => "Saint-Paul" "postalCode" => null "department" => "Réunion" "region" => "La+Réunion" "price" => null "availableDate" => null "surface" => null "floor" => null "bedroomNumber" => null "bathroomNumber" => null "new" => null "advantages" => Doctrine\Common\Collections\ArrayCollection {#1540 -elements: [] } ] } -propertyPath: "children[place].data" -invalidValue: null -constraint: Symfony\Component\Validator\Constraints\NotBlank {#627 …} -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -cause: null } |
| This form should not contain extra fields. | [ "page" => "64" "publisherType" => "1" "tabview" => "2" ] |
Symfony\Component\Validator\ConstraintViolation {#1701 -message: "This form should not contain extra fields." -messageTemplate: "This form should not contain extra fields." -parameters: [ "{{ extra_fields }}" => ""page", "publisherType", "tabview"" ] -plural: null -root: Symfony\Component\Form\Form {#1023 : "" : "App\Form\SearchAdvertisementForm" : [ "sale" => null "type" => null "roomNumber" => null "place" => null "city" => "Saint-Paul" "postalCode" => null "department" => "Réunion" "region" => "La+Réunion" "price" => null "availableDate" => null "surface" => null "floor" => null "bedroomNumber" => null "bathroomNumber" => null "new" => null "advantages" => Doctrine\Common\Collections\ArrayCollection {#1540 -elements: [] } ] } -propertyPath: "" -invalidValue: [ "page" => "64" "publisherType" => "1" "tabview" => "2" ] -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1673 …} -code: "6e5212ed-a197-4339-99aa-5654798a4854" -cause: null } |