Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cookbook][Controller] replace docs for removed forward() method #5251

Merged
merged 1 commit into from
May 23, 2015

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented May 12, 2015

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.

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.
@wouterj
Copy link
Member

wouterj commented May 16, 2015

👍

@weaverryan
Copy link
Member

Wow, nice catch!

@weaverryan weaverryan merged commit bd62078 into symfony:2.3 May 23, 2015
weaverryan added a commit that referenced this pull request May 23, 2015
… 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
@xabbuh xabbuh deleted the symfony-8783 branch May 23, 2015 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants