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 {#1014 name: "registration_form" type_class: "App\Form\RegistrationFormType" data: App\Entity\User {#772 -id: 62 -username: "lechadmin" -roles: [ "ROLE_SHOP_ADMIN" ] -password: "$2y$13$Ee2hp9YMTmFedBj4MISUq.ACHyn9HKIJy/rbBPeNCqDzAynjEjfqa" -email: "bluebyte1@gmail.com" -mobile: "6972323603" -imagefilename: null -showname: "Lech admin user" -leftmenuclose: null -expiredate: null -dbcon: null -dbsite: null -dbname: null -dbuser: null -dbpass: null -lastins: DateTime @1778185219 {#1132 date: 2026-05-07 20:20:19.0 UTC (+00:00) } -tenant: Proxies\__CG__\App\Entity\Tenant {#560 …} -chkenable: "62EOdS03ZRcxWJtfUgwjk6Lv27CDAVlm1IebFrupQyins4GM8o9K4240" -dbfolder: null -homeid: null -dbversion: null -pinkey: null } } "constraints" => null "groups" => null ]