$referencedDefinition,
$parameters->
getPath() . '/' .
$key . '/' .
$keyValue ) );
} yield from [];
} public function decode(Field
$field, mixed
$value): never
{ throw new DecodeByHydratorException($field);
} private function getMappingAssociation( EntityDefinition
$referencedDefinition,
ManyToManyAssociationField
$field ): ?ManyToOneAssociationField
{ $associations =
$referencedDefinition->
getFields()->
filterInstance(ManyToOneAssociationField::
class);
/** @var ManyToOneAssociationField $association */
foreach ($associations as $association) { if ($association->
getStorageName() ===
$field->
getMappingReferenceColumn()) {