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 {#941 name: "domain_planner_form" type_class: "App\Form\DomainPlannerForm" data: App\Entity\Domain {#694 -id: 111 -name: "test15" -aliases: "www.test15.s-web3.sfx-tula.ru" -user: App\Entity\User {#162 …} -status: App\Enum\DomainStatus {#693 …} -owner: null -system: false -progress: false -variant: App\Entity\Variant {#1077 …} -options: [ "PHP" => "8.4" ] -createdAt: DateTimeImmutable @1780940303 {#1145 date: 2026-06-08 17:38:23.391484 UTC (+00:00) } -updatedAt: null -proxyHosts: Doctrine\ORM\PersistentCollection {#1125 …} } } "constraints" => null "groups" => null ]