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 {#324 name: "feature_value_form" type_class: "Fotoboom\Apps\Http\Form\Admin\Product\FeatureValueForm" data: [ "name" => "No" "enabled" => false "feature" => Fotoboom\Product\Domain\Feature {#267 #id: "3b9deed7-41ab-4417-995c-4149a3ea953d" -domainEvents: [] -createdAt: DateTime @1789493125 {#257 date: 2026-09-15 19:25:25.0 Europe/Madrid (+02:00) } -updatedAt: DateTime @1789493125 {#191 date: 2026-09-15 19:25:25.0 Europe/Madrid (+02:00) } -values: Doctrine\ORM\PersistentCollection {#176 …} -position: null -categoryFeatures: Doctrine\ORM\PersistentCollection {#202 …} -name: "Sumergible" -slug: "sumergible" -enabled: true -multiple: false } ] } "constraints" => null "groups" => null ]