Closed utdrmac closed 10 months ago
The documentation references $this->setAction() as a way to redirect to another action. https://book.cakephp.org/5/en/controllers.html#forwarding-to-an-action-on-the-same-controller However, this function is completely absent.
Searching the API (https://api.cakephp.org/5.0/) shows no results for setAction, nor grepping through the code.
$ grep -Ir setAction vendor/cakephp/cakephp/ <no result>
5.0.4
No response
See https://github.com/cakephp/cakephp/pull/15615 A PR for docs to remove this from 5.x would be welcome
Description
The documentation references $this->setAction() as a way to redirect to another action. https://book.cakephp.org/5/en/controllers.html#forwarding-to-an-action-on-the-same-controller However, this function is completely absent.
Searching the API (https://api.cakephp.org/5.0/) shows no results for setAction, nor grepping through the code.
CakePHP Version
5.0.4
PHP Version
No response