File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
app/code/Magento/AdminNotification/Block/Grid/Renderer Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 18
18
19
19
/**
20
20
* Renderer class for action in the admin notifications grid
21
+ *
21
22
* @package Magento\AdminNotification\Block\Grid\Renderer
22
23
*/
23
24
class Actions extends AbstractRenderer
Original file line number Diff line number Diff line change 12
12
use Magento \Backend \Block \Widget \Grid \Column \Renderer \AbstractRenderer ;
13
13
use Magento \Framework \DataObject ;
14
14
15
+ /**
16
+ * Renderer class for notice in the admin notifications grid
17
+ *
18
+ * @package Magento\AdminNotification\Block\Grid\Renderer
19
+ */
15
20
class Notice extends AbstractRenderer
16
21
{
17
22
/**
Original file line number Diff line number Diff line change 15
15
use Magento \Framework \DataObject ;
16
16
use Magento \Framework \Notification \MessageInterface ;
17
17
18
+ /**
19
+ * Renderer class for severity in the admin notifications grid
20
+ *
21
+ * @package Magento\AdminNotification\Block\Grid\Renderer
22
+ */
18
23
class Severity extends AbstractRenderer
19
24
{
20
25
/**
You can’t perform that action at this time.
0 commit comments