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 {#1410 name: "License" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" data: App\Entity\License {#1113 -id: Symfony\Component\Uid\UuidV7 {#1116 …} -licenseKey: "SG6S-X32Z-UFWW-R8DU" -product: App\Entity\Product {#1732 …} -status: App\Enum\LicenseStatus {#834 …} -validFrom: DateTimeImmutable @1776264840 {#1745 date: 2026-04-15 17:54:00.0 W-SU (+03:00) } -validUntil: null -maxActivations: 1 -activationsCount: 0 -notes: "123" -createdAt: DateTimeImmutable @1776264870 {#1888 date: 2026-04-15 17:54:30.540517 W-SU (+03:00) } -updatedAt: DateTimeImmutable @1776264870 {#1118 date: 2026-04-15 17:54:30.540521 W-SU (+03:00) } } } "constraints" => null "groups" => null ]