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 {#3251 name: "admin_search_order" type_class: "Eccube\Form\Type\Admin\SearchOrderType" data: [ "multi" => null "status" => ArrayCollection {#3853 -elements: [ OrderStatus {#2866 -display_order_count: false #id: 100 #name: "発送準備中" #sort_no: 9 -AnnotationReader: AnnotationReader {#584 …} } ] } "name" => null "kana" => null "company_name" => null "email" => null "order_no" => null "phone_number" => null "tracking_number" => null "shipping_mail" => [] "payment" => ArrayCollection {#3854 -elements: [] } "order_date_start" => null "order_date_end" => null "payment_date_start" => null "payment_date_end" => null "update_date_start" => null "update_date_end" => null "shipping_delivery_date_start" => null "shipping_delivery_date_end" => null "payment_total_start" => null "payment_total_end" => null "buy_product_name" => null ] } "constraints" => null "groups" => null ]