Skip to content
Snippets Groups Projects
Commit ed8737d2 authored by christian.wiedemann's avatar christian.wiedemann Committed by Edouard Cunibil
Browse files

Issue #3251293: pattern_wrapper_entity_reference_formatter not working drupal commerce

parent 40e94618
Branches
Tags
1 merge request!7Issue #3251293: pattern_wrapper_entity_reference_formatter not working drupal commerce
......@@ -240,7 +240,7 @@ class PatternWrapperEntityReferenceFormatter extends EntityReferenceEntityFormat
'type' => 'field_formatter',
'entity' => $entity,
];
return $build;
return [0 => $build];
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment