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-indexer
Block
Backend
Grid
Column
Renderer
Scheduled.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Indexer\Block\Backend\Grid\Column\Renderer
;
7
8
class
Scheduled
extends
\Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
9
{
16
public
function
render
(\
Magento
\Framework\DataObject
$row
)
17
{
18
if
($this->
_getValue
($row)) {
19
$class
=
'grid-severity-notice'
;
20
$text
=
__
(
'Update by Schedule'
);
21
}
else
{
22
$class
=
'grid-severity-major'
;
23
$text
=
__
(
'Update on Save'
);
24
}
25
return
'<span class="'
.
$class
.
'"><span>'
.
$text
.
'</span></span>'
;
26
}
27
}
Magento\Indexer\Block\Backend\Grid\Column\Renderer\Scheduled\render
render(\Magento\Framework\DataObject $row)
Definition:
Scheduled.php:16
__
__()
Definition:
__.php:13
$text
endifif( $block->getLastPageNum()>1)( 'Page') ?></strong >< ul class $text
Definition:
pager.phtml:43
Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer\_getValue
_getValue(DataObject $row)
Definition:
AbstractRenderer.php:81
Magento\Indexer\Block\Backend\Grid\Column\Renderer
Definition:
Scheduled.php:6
$class
$_option $_optionId $class
Definition:
date.phtml:13
Magento\Indexer\Block\Backend\Grid\Column\Renderer\Scheduled
Definition:
Scheduled.php:8
Magento
$row
$row
Definition:
cart_rule_free_shipping.php:12