Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vault.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
10 $code = $block->escapeHtml($block->getMethodCode());
11 ?>
12 <fieldset data-mage-init='{
13  "Magento_Vault/js/vault": {
14  "code": "<?= /* @noEscape */ $code ?>",
15  "fieldset": "payment_form_<?= /* @noEscape */ $code ?>"
16  }
17  }' class="admin__fieldset payment-method"
18  id="payment_form_<?= /* @noEscape */ $code ?>"
19  style="display:none"
20  >
21  <input type="hidden" name="payment[public_hash]" id="<?= /* @noEscape */ $code ?>_public_hash" value="" />
22  <?= $block->getChildHtml() ?>
23 </fieldset>
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition: block.php:9
if( $form)() ?>< script > require(['jquery' mage mage
Definition: save.phtml:15
$block
Definition: block.php:8
$code
Definition: vault.phtml:10