db backup prior to drupal security update
[yaffs-website] / vendor / symfony / routing / Tests / Fixtures / legacy_validpattern.yml
1 blog_show_legacy:
2     pattern:      /blog/{slug}
3     defaults:     { _controller: "MyBundle:Blog:show" }
4     host:         "{locale}.example.com"
5     requirements: { '_method': 'GET|POST|put|OpTiOnS', _scheme: https, 'locale': '\w+' }
6     condition:    'context.getMethod() == "GET"'
7     options:
8         compiler_class: RouteCompiler