Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
view.phtml
Go to the documentation of this file.
1 <?php
6 ?>
7 <?php /* @var $block \Magento\ProductAlert\Block\Product\View */?>
8 <div class="product alert <?= $block->getHtmlClass() ?>">
9  <a href="#" data-post='<?= /* @noEscape */ $block->getPostAction() ?>'
10  title="<?= $block->escapeHtml(__($block->getSignupLabel())) ?>" class="action alert">
11  <?= $block->escapeHtml(__($block->getSignupLabel())) ?>
12  </a>
13 </div>
__()
Definition: __.php:13
$block
Definition: block.php:8