在Symfony 2应用程序中为每个路由全局更改RequestFormat

时间:2013-05-09 12:35:35

标签: php symfony format routes

有没有办法为应用程序中的所有路由更改默认的html RequestFormat?

这可能有效,但我需要将其设置为每条路线:

article_show:
  pattern:  /articles/{culture}/{year}/{title}.{_format}
  defaults: { _controller: AcmeDemoBundle:Article:show, _format: %global_format% }

0 个答案:

没有答案