Viewing File: /home/maglabs/it/dev/tests/integration/testsuite/Magento/Framework/View/_files/test_template.phtml
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<?php
// phpcs:disable
?>
<?php
/**
* Template meant for testing.
*
* @var \Magento\Framework\View\Element\BlockInterface $block
* @var \Magento\Framework\Escaper $escaper
*/
?>
<p>This template has access to <?= $escaper->escapeHtml('<b>$escaper</b>') ?> and $block "<?= $block->toHtml() ?>"</p>
Back to Directory
File Manager