File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed
app/code/Magento/Review/Controller Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Review \Controller \Adminhtml \Product ;
7
7
8
+ use Magento \Framework \App \Action \HttpPostActionInterface ;
8
9
use Magento \Review \Controller \Adminhtml \Product as ProductController ;
9
10
use Magento \Framework \Exception \LocalizedException ;
10
11
use Magento \Framework \Controller \ResultFactory ;
11
12
12
- class MassVisibleIn extends ProductController
13
+ /**
14
+ * Class MassVisibleIn
15
+ */
16
+ class MassVisibleIn extends ProductController implements HttpPostActionInterface
13
17
{
18
+
14
19
/**
20
+ * Execute action
21
+ *
15
22
* @return \Magento\Backend\Model\View\Result\Redirect
16
23
*/
17
24
public function execute ()
Original file line number Diff line number Diff line change 9
9
use Magento \Review \Controller \Adminhtml \Rating as RatingController ;
10
10
use Magento \Framework \Controller \ResultFactory ;
11
11
12
+ /**
13
+ * Class Delete
14
+ */
12
15
class Delete extends RatingController implements HttpPostActionInterface
13
16
{
14
17
/**
18
+ * Delete action
19
+ *
15
20
* @return \Magento\Backend\Model\View\Result\Redirect
16
21
*/
17
22
public function execute ()
Original file line number Diff line number Diff line change 9
9
use Magento \Review \Controller \Adminhtml \Rating as RatingController ;
10
10
use Magento \Framework \Controller \ResultFactory ;
11
11
12
+ /**
13
+ * Class Save
14
+ */
12
15
class Save extends RatingController implements HttpPostActionInterface
13
16
{
14
17
/**
Original file line number Diff line number Diff line change 10
10
use Magento \Framework \Controller \ResultFactory ;
11
11
use Magento \Review \Model \Review ;
12
12
13
+ /**
14
+ * Class Post
15
+ */
13
16
class Post extends ProductController implements HttpPostActionInterface
14
17
{
15
18
/**
You can’t perform that action at this time.
0 commit comments