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 {#1675 name: "Loan" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" data: App\Entity\Loan {#1152 -id: 1 -article: App\Entity\Article {#2124 …} -user: App\Entity\User {#2108 …} -startDate: DateTimeImmutable @1780272000 {#2107 date: 2026-06-01 00:00:00.0 UTC (+00:00) } -dueDate: DateTimeImmutable @1782086400 {#2175 date: 2026-06-22 00:00:00.0 UTC (+00:00) } -actualReturnDate: null -status: App\Enum\LoanStatus {#864 …} -handedOutBy: App\Entity\User {#2202 …} -returnedTo: null -notes: null -extensionRequested: false -extensionRequestedUntil: null -extensionNote: null -createdBy: App\Entity\User {#828 …} -createdAt: DateTimeImmutable @1781204229 {#2345 date: 2026-06-11 18:57:09.353653 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781204229 {#2345} } } "constraints" => null "groups" => null ]