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-admin-notification
Block
Grid
Renderer
Notice.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\AdminNotification\Block\Grid\Renderer
;
9
10
class
Notice
extends
\Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
11
{
18
public
function
render
(\
Magento
\Framework\DataObject
$row
)
19
{
20
return
'<span class="grid-row-title">'
.
21
$this->
escapeHtml
($row->getTitle()) .
22
'</span>'
.
23
(
$row
->getDescription() ?
'<br />'
. $this->
escapeHtml
($row->getDescription()) :
''
);
24
}
25
}
Magento\AdminNotification\Block\Grid\Renderer\Notice\render
render(\Magento\Framework\DataObject $row)
Definition:
Notice.php:18
Magento\Framework\View\Element\AbstractBlock\escapeHtml
escapeHtml($data, $allowedTags=null)
Definition:
AbstractBlock.php:890
Magento\AdminNotification\Block\Grid\Renderer
Definition:
Actions.php:9
Magento\AdminNotification\Block\Grid\Renderer\Notice
Definition:
Notice.php:10
Magento
$row
$row
Definition:
cart_rule_free_shipping.php:12