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
// ConstraintViolation::getConstraint() must not expect to provide a constraint as long as Symfony\Component\Validator\ExecutionContext exists (before 3.0)
[ "value" => Form {#2917 name: "order_pdf" type_class: "Eccube\Form\Type\Admin\OrderPdfType" data: [ "ids" => "14506,14505,14504" "issue_date" => DateTime @1752764400 {#2959 date: 2025-07-18 00:00:00.0 Asia/Tokyo (+09:00) } "title" => "お買上げ明細書(納品書兼領収書)" "message1" => "このたびはお買上げいただきありがとうございます。" "message2" => "下記の内容にて納品させていただきます。" "message3" => "ご確認くださいますよう、お願いいたします。" "note1" => "上記正に領収いたしました。" "note2" => null "note3" => null "default" => false ] } "constraints" => null "groups" => null ]