Skip to content

Commit 4d46d79

Browse files
committed
Deprecate Action class
1 parent 663e1a7 commit 4d46d79

File tree

1 file changed

+2
-1
lines changed
  • lib/internal/Magento/Framework/App/Action

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/App/Action/Action.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
* It contains standard action behavior (event dispatching, flag checks)
2424
* Action classes that do not extend from this class will lose this behavior and might not function correctly
2525
*
26-
* TODO: Remove this class. Allow implementation of Action Controllers by just implementing Action Interface.
26+
* @TODO: Remove this class. Allow implementation of Action Controllers by just implementing Action Interface.
27+
* @deprecated Use \Magento\Framework\App\ActionInterface instead
2728
*
2829
* phpcs:disable Magento2.Classes.AbstractApi
2930
* @api

0 commit comments

Comments
 (0)