File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
app/code/Magento/Backend/Controller/Adminhtml/System/Store Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
7
6
namespace Magento \Backend \Controller \Adminhtml \System \Store ;
8
7
8
+ use Magento \Framework \App \Action \HttpPostActionInterface ;
9
9
use Magento \Framework \Controller \ResultFactory ;
10
10
11
- class DeleteGroupPost extends \Magento \Backend \Controller \Adminhtml \System \Store
11
+ /**
12
+ * Delete store.
13
+ */
14
+ class DeleteGroupPost extends \Magento \Backend \Controller \Adminhtml \System \Store implements HttpPostActionInterface
12
15
{
13
16
/**
17
+ * @inheritDoc
14
18
* @return \Magento\Backend\Model\View\Result\Redirect
15
19
*/
16
20
public function execute ()
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
7
6
namespace Magento \Backend \Controller \Adminhtml \System \Store ;
8
7
8
+ use Magento \Framework \App \Action \HttpPostActionInterface ;
9
9
use Magento \Framework \Controller \ResultFactory ;
10
10
11
- class DeleteStorePost extends \Magento \Backend \Controller \Adminhtml \System \Store
11
+ /**
12
+ * Delete store view.
13
+ */
14
+ class DeleteStorePost extends \Magento \Backend \Controller \Adminhtml \System \Store implements HttpPostActionInterface
12
15
{
13
16
/**
14
17
* Delete store view post action
Original file line number Diff line number Diff line change 9
9
use Magento \Framework \App \Action \HttpPostActionInterface as HttpPostActionInterface ;
10
10
use Magento \Framework \Controller \ResultFactory ;
11
11
12
+ /**
13
+ * Delete website.
14
+ */
12
15
class DeleteWebsitePost extends \Magento \Backend \Controller \Adminhtml \System \Store implements HttpPostActionInterface
13
16
{
14
17
/**
18
+ * @inheritDoc
15
19
* @return \Magento\Backend\Model\View\Result\Redirect
16
20
*/
17
21
public function execute ()
You can’t perform that action at this time.
0 commit comments