PHP Classes

File: vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/legacy_validpattern.yml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/legacy_validpattern.yml   Download  
File: vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/legacy_validpattern.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 335 bytes
 

Contents

Class file image Download
blog_show_legacy: pattern: /blog/{slug} defaults: { _controller: "MyBundle:Blog:show" } host: "{locale}.example.com" requirements: { '_method': 'GET|POST|put|OpTiOnS', _scheme: https, 'locale': '\w+' } condition: 'context.getMethod() == "GET"' options: compiler_class: RouteCompiler