Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
logout.phtml
Go to the documentation of this file.
1 <?php
8 ?>
9 <p><?= $block->escapeHtml(__('You have signed out and will go to our homepage in 5 seconds.')) ?></p>
10 <script type="text/x-magento-init">
11  {
12  "*": {
13  "Magento_Customer/js/logout-redirect": {
14  "url": "<?= $block->escapeJs($block->escapeUrl($block->getUrl())) ?>"
15  }
16  }
17  }
18 </script>
__()
Definition: __.php:13
$block
Definition: block.php:8