Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
remove.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
10 ?>
11 <a href="#"
12  title="<?= $block->escapeHtml(__('Remove item')) ?>"
13  class="action action-delete"
14  data-post='<?= /* @escapeNotVerified */ $block->getDeletePostJson() ?>'>
15  <span>
16  <?= /* @escapeNotVerified */ __('Remove item') ?>
17  </span>
18 </a>
__()
Definition: __.php:13