PHP Classes

File: vendor/symfony/routing/Tests/Fixtures/validpattern.yml

Recommend this page to a friend!
  Classes of Stanley Aloh   Tic Tac Toe Multiplayer   vendor/symfony/routing/Tests/Fixtures/validpattern.yml   Download  
File: vendor/symfony/routing/Tests/Fixtures/validpattern.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tic Tac Toe Multiplayer
Manage the interactions ofTic-Tac-Toe game players
Author: By
Last change:
Date: 9 days 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}