Blame | Last modification | View Log | RSS feed
blog_show:path: /blog/{slug}defaults: { _controller: "MyBundle:Blog:show" }host: "{locale}.example.com"requirements: { 'locale': '\w+' }methods: ['GET','POST','put','OpTiOnS']schemes: ['https']condition: 'context.getMethod() == "GET"'options:compiler_class: RouteCompilerblog_show_inherited:path: /blog/{slug}