Validator calls
In
RequestPayloadValueResolver.php
line ():
No violations
$violations->addAll($this->validator->startContext()->atPath($argument->metadata->getName())->validate($payload, $constraints, $argument->validationGroups ?? null)->getViolations());} else {$violations->addAll($this->validator->validate($payload, $constraints, $argument->validationGroups ?? null));}}if (\count($violations)) {
[ "value" => Pimcore\Bundle\StudioBackendBundle\Grid\MappedParameter\SearchGridParameter {#2734 -columns: [ [ "key" => "id" "type" => "system.id" "locale" => null "config" => [] ] [ "key" => "fullpath" "type" => "system.string" "locale" => null "config" => [] ] [ "key" => "creationDate" "type" => "system.datetime" "locale" => null "config" => [] ] [ "key" => "modificationDate" "type" => "system.datetime" "locale" => null "config" => [] ] [ "key" => "Name" "type" => "dataobject.adapter" "locale" => null "config" => [ "fieldDefinition" => [ "name" => "Name" "title" => "Name" "tooltip" => "" "mandatory" => false "noteditable" => false "index" => false "locked" => false "style" => null "permissions" => null "fieldtype" => "input" "relationType" => false "invisible" => false "visibleGridView" => true "visibleSearch" => true "defaultValue" => null "columnLength" => 190 "regex" => "" "regexFlags" => [] "unique" => false "showCharCount" => false "width" => null "defaultValueGenerator" => "" "datatype" => "data" ] ] ] [ "key" => "Description" "type" => "dataobject.adapter" "locale" => null "config" => [ "fieldDefinition" => [ "name" => "Description" "title" => "Description" "tooltip" => "Description" "mandatory" => false "noteditable" => false "index" => false "locked" => false "style" => null "permissions" => null "fieldtype" => "textarea" "relationType" => false "invisible" => false "visibleGridView" => true "visibleSearch" => true "maxLength" => null "showCharCount" => false "excludeFromSearchIndex" => false "height" => null "width" => null "datatype" => "data" ] ] ] [ "key" => "key" "type" => "system.string" "locale" => null "config" => [] ] [ "key" => "published" "type" => "system.boolean" "locale" => null "config" => [] ] [ "key" => "filename" "type" => "system.string" "locale" => null "config" => [] ] [ "key" => "classname" "type" => "system.string" "locale" => null "config" => [] ] [ "key" => "index" "type" => "system.integer" "locale" => null "config" => [] ] [ "key" => "type" "type" => "system.string" "locale" => null "config" => [] ] ] -filters: Pimcore\Bundle\StudioBackendBundle\Filter\MappedParameter\FilterParameter {#2667 …} } "constraints" => null "groups" => null ]
In
RequestPayloadValueResolver.php
line ():
No violations
$violations->addAll($this->validator->startContext()->atPath($argument->metadata->getName())->validate($payload, $constraints, $argument->validationGroups ?? null)->getViolations());} else {$violations->addAll($this->validator->validate($payload, $constraints, $argument->validationGroups ?? null));}}if (\count($violations)) {
[ "value" => Pimcore\Bundle\StudioBackendBundle\Search\MappedParameter\ClassIdParameter {#2684 -classId: "ProductTest" } "constraints" => null "groups" => null ]