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 {#2885 name: "admin_search_product" type_class: "Eccube\Form\Type\Admin\SearchProductType" data: [ "id" => null "category_id" => null "status" => [ ProductStatus {#2660 #id: 1 #name: "公開" #sort_no: 0 -AnnotationReader: AnnotationReader {#584 …} } ProductStatus {#2661 #id: 2 #name: "非公開" #sort_no: 1 -AnnotationReader: AnnotationReader {#584 …} } ] "stock" => [] "create_date_start" => null "create_date_end" => null "update_date_start" => null "update_date_end" => null ] } "constraints" => null "groups" => null ]