Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
addCartSuccessMessage.phtml
Go to the documentation of this file.
1 <?php
6 // @codingStandardsIgnoreFile
8 ?>
9 
10 <?= $block->escapeHtml(__(
11  'You added %1 to your <a href="%2">shopping cart</a>.',
12  $block->getData('product_name'),
13  $block->getData('cart_url')
14 ), ['a']);
__()
Definition: __.php:13
$block
Definition: block.php:8