Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 449 Bytes

2022-06-23-allow-unescaped-output-of-string-template-renderer.md

File metadata and controls

15 lines (13 loc) · 449 Bytes
title issue author author_email author_github
Allow unescaped output of string template renderer
NEXT-19158
d.neustadt
d.neustadt@shopware.com
dneustadt

Core

  • Added optional parameter htmlEscape of method Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer:render

Next Major Version Changes

Extending StringTemplateRenderer

The class StringTemplateRenderer should not be extended and will become final.