Commit f6db30e
committed
bug #5251 [Cookbook][Controller] replace docs for removed
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()` methodforward() method (xabbuh)1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
262 | 268 | | |
263 | 269 | | |
264 | 270 | | |
| |||
0 commit comments