Use new path() and url() helper in PHP templates #5814
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
Routing
Templating
Milestone
Symfony 2.8 introduces two new helpers
path()
andurl()
(see symfony/symfony#16276) which work the same as corresponding Twig functions. These new helpers should be used in favour of the deprecatedgenerate()
helper.#5813 should probably be merged before to avoid having a mess when rebasing.
The text was updated successfully, but these errors were encountered: