This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Routing
2017-10-29 10:49:53 +01:00
..
Annotation removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Exception [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Generator [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Loader Remove useless docblocks 2017-10-29 10:49:53 +01:00
Matcher Remove useless docblocks 2017-10-29 10:49:53 +01:00
Tests Fix 7.2 compat layer 2017-10-09 20:05:34 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '2.3' into 2.5 2014-10-01 07:50:18 +02:00
CompiledRoute.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
composer.json fixed Composer constraints 2017-02-18 10:28:08 -08:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RequestContext.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RequestContextAwareInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Route.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RouteCollection.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RouteCompiler.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
RouteCompilerInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Router.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RouterInterface.php fixed CS 2012-07-09 14:54:20 +02:00

Routing Component

The Routing component maps an HTTP request to a set of configuration variables.

Resources