Validator calls
In
ValidationListener.php
line ():
if ($form->isRoot()) {// Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {// Allow the "invalid" constraint to be put onto// non-synchronized forms$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#1046 name: "inquiry" type_class: "App\Form\InquiryType" data: App\Entity\Inquiry {#854 -id: 11 -firstname: "obiwan" -lastname: "kenobi" -email: "obi@jmbianca.net" -message: """ tedt\n \n tst """ -selected_services: [ "portrait exterieur" "portrait studio" ] -status: "new" -crea_date: DateTime @1788104522 {#1544 date: 2026-08-30 15:42:02.994158 UTC (+00:00) } -upd_date: DateTime @1788104522 {#1535 date: 2026-08-30 15:42:02.994108 UTC (+00:00) } } } "constraints" => null "groups" => null ]
No violations