Skip to content

Commit 68fe4b4

Browse files
author
olysenko
committed
MAGETWO-63716: Add target to admin menu element
1 parent 6a87c46 commit 68fe4b4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/code/Magento/Backend/Controller/Adminhtml/System/Store/Index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@
88

99
use Magento\Framework\Controller\ResultFactory;
1010

11+
/**
12+
* Class Index returns Stores page
13+
*/
1114
class Index extends \Magento\Backend\Controller\Adminhtml\System\Store
1215
{
1316
/**
17+
* Returns Stores page
18+
*
1419
* @return \Magento\Backend\Model\View\Result\Page
1520
*/
1621
public function execute()

app/code/Magento/Backend/Model/Menu/Config/Converter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
*/
66
namespace Magento\Backend\Model\Menu\Config;
77

8+
/**
9+
* Class Converter converts xml to appropriate array
10+
*/
811
class Converter implements \Magento\Framework\Config\ConverterInterface
912
{
1013
/**
14+
* Converts xml to appropriate array
15+
*
1116
* @param mixed $dom
1217
* @return array
1318
*/

0 commit comments

Comments
 (0)