Validator calls
In
ValidationListener.php
line ():
No violations
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 {#3303 name: "traitement_pers_physique" type_class: "App\Form\Apip\TraitementPersPhysiqueType" data: App\Entity\Rccm {#2711 -id: 172 -numRccmFormalite: "GN.TCC.2025.10848" -numRccmEntreprise: "GN.TCC.2025.A.09632" -date: DateTime @1750771842 {#3417 date: 2025-06-24 13:30:42.672952 UTC (+00:00) } -dossierDemande: App\Entity\DossierDemande {#1399 …} -typeFormalite: App\Entity\TypeFormaliteRccm {#2658 …} -dateObtentionNif: null -statut: null -isRetrait: null -capitalSocial: null -apportNumeraire: null -apportNature: null -apportIndustrie: null -coordoneesLatitude: null -coordoneesLongitude: null -chiffreAffairePrevisionnel: null } } "constraints" => null "groups" => null ]