Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
link_inline.phtml
Go to the documentation of this file.
1 <?php
10 ?>
11 <span class="widget block block-cms-link-inline">
12  <a <?= /* @noEscape */ $block->getLinkAttributes() ?>>
13  <span><?= $block->escapeHtml($block->getLabel()) ?></span>
14  </a>
15 </span>
$block
Definition: block.php:8