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: 104 -name: "test6" -aliases: "www.test6.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: [] -createdAt: DateTimeImmutable @1780938605 {#1145 date: 2026-06-08 17:10:05.144531 UTC (+00:00) } -updatedAt: null -proxyHosts: Doctrine\ORM\PersistentCollection {#1125 …} } } "constraints" => null "groups" => null ]