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 {#3177 name: "" type_class: "Eccube\Form\Type\SearchProductType" data: [ "mode" => null "category_id" => null "name" => null "pageno" => null "disp_number" => ProductListMax {#3230 #id: 40 #name: "40件" #sort_no: 0 -AnnotationReader: AnnotationReader {#418 …} } "orderby" => ProductListOrderBy {#3241 #id: 4 #name: "おすすめ順" #sort_no: 0 -AnnotationReader: AnnotationReader {#418 …} } ] } "constraints" => null "groups" => null ]