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 {#1360 name: "Activity" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" data: App\Entity\Activity {#808 -id: 1 -name: "Haus des Sports" -slug: "haus-des-sports" -description: null -category: App\Entity\Category {#1683 …} -place: App\Entity\Place {#893 …} -orderId: 0 #createdAt: DateTime @1779827318 {#1859 date: 2026-05-26 20:28:38.590167 UTC (+00:00) } #updatedAt: DateTime @1779827318 {#1883 date: 2026-05-26 20:28:38.590151 UTC (+00:00) } -user: null } } "constraints" => null "groups" => null ]