Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
edit.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
10 ?>
11 <?php if ($block->isProductVisibleInSiteVisibility()): ?>
12  <a class="action action-edit"
13  href="<?= /* @escapeNotVerified */ $block->getConfigureUrl() ?>"
14  title="<?= $block->escapeHtml(__('Edit item parameters')) ?>">
15  <span>
16  <?= /* @escapeNotVerified */ __('Edit') ?>
17  </span>
18  </a>
19 <?php endif ?>
__()
Definition: __.php:13
$block
Definition: block.php:8
endif
Definition: edit.phtml:54