Validator calls
In
ValidationListener.php
line 55 (context):
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" => Form {#1436 name: "contact" type_class: "Eccube\Form\Type\Front\ContactType" data: [ "name01" => "LeeJam" "name02" => "LeeJam" "kana01" => null "kana02" => null "postal_code" => "113243" "pref" => Pref {#1651 #id: 3 #name: "岩手県" #sort_no: 3 -AnnotationReader: AnnotationReader {#307 …} } "addr01" => "Tro" "addr02" => "Leo" "phone_number" => "84559259511" "email" => "dinanikolskaya99@gmail.com" "contents" => "Hallo, ek wou jou prys ken." ] } "constraints" => null "groups" => null ]
In
ValidationListener.php
line 55 (context):
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" => Form {#1673 name: "contact" type_class: "Eccube\Form\Type\Front\ContactType" data: [ "name01" => "LeeJam" "name02" => "LeeJam" "kana01" => null "kana02" => null "postal_code" => "113243" "pref" => Pref {#1651 #id: 3 #name: "岩手県" #sort_no: 3 -AnnotationReader: AnnotationReader {#307 …} } "addr01" => "Tro" "addr02" => "Leo" "phone_number" => "84559259511" "email" => "dinanikolskaya99@gmail.com" "contents" => "Hallo, ek wou jou prys ken." ] } "constraints" => null "groups" => null ]