We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663e1a7 commit 4d46d79Copy full SHA for 4d46d79
lib/internal/Magento/Framework/App/Action/Action.php
@@ -23,7 +23,8 @@
23
* It contains standard action behavior (event dispatching, flag checks)
24
* Action classes that do not extend from this class will lose this behavior and might not function correctly
25
*
26
- * TODO: Remove this class. Allow implementation of Action Controllers by just implementing Action Interface.
+ * @TODO: Remove this class. Allow implementation of Action Controllers by just implementing Action Interface.
27
+ * @deprecated Use \Magento\Framework\App\ActionInterface instead
28
29
* phpcs:disable Magento2.Classes.AbstractApi
30
* @api
0 commit comments