具有"url"功能的Twig_Error_Runtime异常

Vol*_*tak 5 symfony twig symfony-2.1

将树枝更新到> 1.7以后

代码<a href="{{ url('article', { 'articleId':article.id }) }}">原因:

Twig_Error_Runtime: An exception has been thrown during the compilation of a template ("Catchable Fatal Error: Argument 2 passed to Twig_Environment::addFunction() must implement interface Twig_FunctionInterface, instance of Twig_Filter_Function given

1.7 - 一切都好

Don*_*sto 1

你必须使用path(...)而不是url(...).
论据是相同的。

我想从 1.7 到 > 1.7 这个函数已经过时了,被新函数取代了