PHP Classes

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

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.yml   Download  
File: vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/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: 404 bytes
 

Contents

Class file image Download
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: RouteCompiler blog_show_inherited: path: /blog/{slug}