https://hirota-s.com/block/search_product

Validator calls

Path Message Invalid value Violation
children[email] 同じメールアドレスを入力してください。
[
  "first" => "junkototohiroshi@yahoo.co.jp"
  "second" => "junkototohiroshi@"
]
Symfony\Component\Validator\ConstraintViolation {#5778
  -message: "同じメールアドレスを入力してください。"
  -messageTemplate: "form_error.same_email"
  -parameters: [
    "{{ value }}" => "array"
  ]
  -plural: null
  -root: Symfony\Component\Form\Form {#4552
    name: "entry"
    type_class: "Eccube\Form\Type\Front\EntryType"
    data: Eccube\Entity\Customer {#4138
      -id: null
      -name01: "本吉"
      -name02: "純子"
      -kana01: "モトヨシ"
      -kana02: "ジュンコ"
      -company_name: null
      -postal_code: "1810001"
      -addr01: "三鷹市井の頭"
      -addr02: "4-19-5"
      -email: null
      -phone_number: "09022084656"
      -birth: DateTime @-301136400 {#5398
        date: 1960-06-17 00:00:00.0 Asia/Tokyo (+09:00)
      }
      -plain_password: "toto19591129"
      -password: null
      -salt: null
      -secret_key: null
      -first_buy_date: null
      -last_buy_date: null
      -buy_times: 0
      -buy_total: 0
      -note: null
      -reset_key: null
      -reset_expire: null
      -point: "0"
      -create_date: null
      -update_date: null
      -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#4160 …}
      -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#4159 …}
      -Orders: Doctrine\Common\Collections\ArrayCollection {#4154 …}
      -Status: Eccube\Entity\Master\CustomerStatus {#4155 …}
      -Sex: Eccube\Entity\Master\Sex {#4500 …}
      -Job: Eccube\Entity\Master\Job {#5440 …}
      -Country: null
      -Pref: Eccube\Entity\Master\Pref {#5361 …}
      -fax_number: null
      -gmo_epsilon_credit_card_expiration_date: null
      -card_change_request_mail_send_date: null
    }
  }
  -propertyPath: "children[email]"
  -invalidValue: [
    "first" => "junkototohiroshi@yahoo.co.jp"
    "second" => "junkototohiroshi@"
  ]
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#5487 …}
  -code: "1dafa156-89e1-4736-b832-419c2e501fca"
  -cause: Symfony\Component\Form\Exception\TransformationFailedException {#5333 …}
}