File tree 4 files changed +3
-12
lines changed
app/code/Magento/AdminNotification
4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 6
6
* See COPYING.txt for license details.
7
7
*/
8
8
9
- // @codingStandardsIgnoreFile
10
-
11
9
namespace Magento \AdminNotification \Block \Grid \Renderer ;
12
10
13
11
class Actions extends \Magento \Backend \Block \Widget \Grid \Column \Renderer \AbstractRenderer
@@ -39,9 +37,8 @@ public function __construct(
39
37
*/
40
38
public function render (\Magento \Framework \DataObject $ row )
41
39
{
42
- $ readDetailsHtml = $ row ->getUrl () ? '<a class="action-details" target="_blank" href=" ' . $ row ->getUrl () . '"> ' . __ (
43
- 'Read Details '
44
- ) . '</a> ' : '' ;
40
+ $ readDetailsHtml = $ row ->getUrl () ? '<a class="action-details" target="_blank" href=" ' . $ row ->getUrl () . '"> ' .
41
+ __ ('Read Details ' ) . '</a> ' : '' ;
45
42
46
43
$ markAsReadHtml = !$ row ->getIsRead () ? '<a class="action-mark" href=" ' . $ this ->getUrl (
47
44
'*/*/markAsRead/ ' ,
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- // @codingStandardsIgnoreFile
8
-
9
7
namespace Magento \AdminNotification \Block ;
10
8
11
9
/**
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- // @codingStandardsIgnoreFile
8
-
9
7
/**
10
8
* AdminNotification Inbox model
11
9
*
@@ -18,7 +16,7 @@ class Collection extends \Magento\AdminNotification\Model\ResourceModel\Inbox\Co
18
16
/**
19
17
* Add remove filter
20
18
*
21
- * @return \Magento\AdminNotification\Model\ResourceModel\Grid\ Collection|\Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
19
+ * @return Collection|\Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
22
20
*/
23
21
protected function _initSelect ()
24
22
{
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- // @codingStandardsIgnoreFile
8
-
9
7
/**
10
8
* Test class for \Magento\AdminNotification\Block\ToolbarEntry
11
9
*/
You can’t perform that action at this time.
0 commit comments