magento2-guest-to-customer icon indicating copy to clipboard operation
magento2-guest-to-customer copied to clipboard

Form validation attributes

Open Amadeco opened this issue 2 years ago • 1 comments

Amadeco avatar Feb 01 '22 13:02 Amadeco

This change seem like it will cause issues in newer and older version of Magento

abstract class AbstractBlock extends \Magento\Framework\DataObject implements BlockInterface
{ 

   /**
     * Escape a string for the HTML attribute context
     *
     * @param string $string
     * @param boolean $escapeSingleQuote
     * @return string
     * @since 101.0.0
     * @deprecated 103.0.0 Use $escaper directly in templates and in blocks.
     */
    public function escapeHtmlAttr($string, $escapeSingleQuote = true)
    {

srenon avatar Feb 01 '22 14:02 srenon