php - Change the RequestFormat globally for every routes in Symfony 2 application -
is there way change default html
requestformat routes in application?
this might work, need set each individual route:
article_show: pattern: /articles/{culture}/{year}/{title}.{_format} defaults: { _controller: acmedemobundle:article:show, _format: %global_format% }
Comments
Post a Comment