Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
login_buttons.phtml
Go to the documentation of this file.
1 <?php
6 ?>
7 <div class="actions">
8  <button
9  <?php $block->getUiId(); ?>
10  class="action-login action-primary">
11  <span><?= /* @escapeNotVerified */ __('Sign in') ?></span>
12  </button>
13 </div>
__()
Definition: __.php:13
$block
Definition: block.php:8