Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replace {% render '...' %} by {{ render('...') }} #4754

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

Closed
javiereguiluz opened this issue Jan 4, 2015 · 1 comment
Closed

Replace {% render '...' %} by {{ render('...') }} #4754

javiereguiluz opened this issue Jan 4, 2015 · 1 comment

Comments

@javiereguiluz
Copy link
Member

{% render '...' %} is discouraged since Symfony 2.2. In Symfony 3.0 will disappear forever. See symfony/symfony#13233

I propose to review all the documentation to remove any {% render %} mention and usage. If necessary, we could add a small note indicating that {% render %} was used in the "ancient" Symfony versions, but let's state clear that it should never be used.

@wouterj
Copy link
Member

wouterj commented Jan 4, 2015

Thanks for creating the issue!

But I'm going to close it, as we've updated all docs already when the original deprecation PR was merged. (we almost never used deprecated things in the docs) If you find a usage of this tag, feel free to comment :)

@wouterj wouterj closed this as completed Jan 4, 2015
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

No branches or pull requests

2 participants