File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/Backend/App
lib/internal/Magento/Framework/App/Action Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 20
20
/**
21
21
* Generic backend controller
22
22
*
23
+ * @deprecated Use \Magento\Framework\App\ActionInterface
24
+ *
23
25
* phpcs:disable Magento2.Classes.AbstractApi
24
26
* @api
25
27
* @SuppressWarnings(PHPMD.NumberOfChildren)
Original file line number Diff line number Diff line change 23
23
* It contains standard action behavior (event dispatching, flag checks)
24
24
* Action classes that do not extend from this class will lose this behavior and might not function correctly
25
25
*
26
- * @deprecated 2.4.0, use \Magento\Framework\App\ActionInterface
26
+ * @deprecated Use \Magento\Framework\App\ActionInterface
27
27
*
28
28
* phpcs:disable Magento2.Classes.AbstractApi
29
29
* @api
You can’t perform that action at this time.
0 commit comments