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
magento2-base
dev
tests
static
framework
tests
unit
testsuite
Magento
TestFramework
Utility
_files
xss_unsafe.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
?>
9
<?=
$block
->getSomeData() ?>
10
<?=
$block
->getTitle() ?>
11
<?= $object->getSomeMethod(
$block
->getHtmlId()) ?>
12
<?=
"Title: $title"
?>
13
<?=
$block
->escapeUrl($var) . $var .
'value'
?>
14
<?= $var ?>
15
<?= $someVar ?>
16
<?=
__
(
"value"
) ?>
17
18
<?= $object->methodHtml() .
19
$var .
20
$block
->getSomeData();
21
?>
22
<?=
'\''
.
$code
.
'\'
,\
''
.
$block
->escapeHtml(
$data
[
'parentSymbol'
]) .
'\''
?>
23
<?=
"\""
.
$code
.
"\",\""
.
$block
->escapeHtml(
$data
[
'parentSymbol'
]) .
"\""
?>
24
25
<?php
26
/* This part is commented to remove all <col> tags from the code. */
27
/* foreach ($block->getColumns() as $_column): ?>
28
<col <?= $_column->getProperty() ?> />
29
<?php endforeach; */
?>
__
__()
Definition:
__.php:13
$block
$block
Definition:
block.php:8
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
$code
$code
Definition:
info.phtml:12