Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| children[artist] | The selected choice is invalid. | "35=" |
Symfony\Component\Validator\ConstraintViolation {#2274 -message: "The selected choice is invalid." -messageTemplate: "The selected choice is invalid." -parameters: [ "{{ value }}" => "35=" ] -plural: null -root: Symfony\Component\Form\Form {#1456 : "" : "App\Form\SearchType" : App\Services\Search {#648 +styles: [] +label: null +artist: null +year: null +q: null +inStock: false +promo: false +repress: false +neuf: false +occasion: false +homeprod: false } } -propertyPath: "children[artist]" -invalidValue: "35=" -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#2020 …} -code: "1dafa156-89e1-4736-b832-419c2e501fca" -cause: Symfony\Component\Form\Exception\TransformationFailedException {#1978 …} } |
| This form should not contain extra fields. | [ "page" => "3" ] |
Symfony\Component\Validator\ConstraintViolation {#2537 -message: "This form should not contain extra fields." -messageTemplate: "This form should not contain extra fields." -parameters: [ "{{ extra_fields }}" => ""page"" ] -plural: 1 -root: Symfony\Component\Form\Form {#1456 : "" : "App\Form\SearchType" : App\Services\Search {#648 +styles: [] +label: null +artist: null +year: null +q: null +inStock: false +promo: false +repress: false +neuf: false +occasion: false +homeprod: false } } -propertyPath: "" -invalidValue: [ "page" => "3" ] -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#2020 …} -code: "6e5212ed-a197-4339-99aa-5654798a4854" -cause: null } |