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 {#2249 name: "" type_class: "Eccube\Form\Type\SearchProductBlockType" data: [ "category_id" => Category {#2171 -id: 2 -name: "プチガトー" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1488881692 {#2168 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1611048749 {#2169 date: 2021-01-19 18:32:29.0 Asia/Tokyo (+09:00) } -ProductCategories: PersistentCollection {#2182 …} -Children: PersistentCollection {#2233 …} -Parent: null -Creator: Member {#2235 …} -AnnotationReader: AnnotationReader {#375 …} +en: "petit gateau" } "name" => null ] } "constraints" => null "groups" => null ]