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 {#1687 name: "event_broker" type_class: "App\Form\Admin\Event\EventBrokerType" data: App\Entity\Event\EventBroker {#1040 -id: 27 -event: Proxies\__CG__\App\Entity\Event\Event {#1080 …} -broker: App\Entity\User\Broker {#727 …} -participate: true -present: null -comment: null -eventBrokerOptions: Doctrine\ORM\PersistentCollection {#1094 …} -eventBrokerGuests: Doctrine\ORM\PersistentCollection {#1118 …} #deletedAt: null #deletedBy: null #createdAt: DateTimeImmutable @1753202185 {#1005 date: 2025-07-22 16:36:25.0 UTC (+00:00) } #updatedAt: DateTimeImmutable @1758654487 {#2028 date: 2025-09-23 19:08:07.275823 UTC (+00:00) } #createdBy: App\Entity\User\Broker {#727 …} #updatedBy: App\Entity\User\Broker {#727 …} } } "constraints" => null "groups" => null ]