You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#5251 [Cookbook][Controller] replace docs for removed forward() method (xabbuh)
This PR was merged into the 2.3 branch.
Discussion
----------
[Cookbook][Controller] replace docs for removed `forward()` method
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | symfony/symfony#8783
The `forward()` method was removed from the `HttpKernel` class in the FrameworkBundle in Symfony 2.3. Instead, the current request needs to be duplicated and handled by the kernel's `handle()` method.
Commits
-------
bd62078 replace docs for removed `forward()` method
0 commit comments