Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-vault
view
adminhtml
templates
form
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>
value
$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
mage
if( $form)() ?>< script > require(['jquery' mage mage
Definition:
save.phtml:15
$block
$block
Definition:
block.php:8
name
$code
$code
Definition:
vault.phtml:10