Forward
Magento\Backend\Model\View\Result\Forward
What it does
This class handles internal forwarding of requests to different controller actions in the Magento admin panel.
It extends the framework's Forward result and adds admin-specific functionality by preserving URL validation status in the admin session during the forward process.
Developers use this when they need to redirect execution to another admin controller action without changing the URL in the browser.
Public Methods
- forward()