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
Nicolas Grekas eb59771ce4 minor cs fix
2018-10-08 18:23:26 -07:00
..
Annotation Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
DependencyInjection Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Generator Revert "minor #28321 [Routing] Fixed the interface description of the url generator interface (Toflar)" 2018-09-05 07:00:57 +02:00
Loader Favor LogicException for missing classes & functions 2018-09-24 09:37:12 +02:00
Matcher Merge branch '2.8' into 3.4 2018-10-02 14:28:39 +02:00
Tests minor cs fix 2018-10-08 18:23:26 -07:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Routing] Add fallback to cultureless locale for internationalized routes 2018-08-10 09:14:01 +02:00
CompiledRoute.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
composer.json [Config] Rename FileLoaderLoadException to LoaderLoadException 2018-08-10 09:13:17 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01: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 Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
RequestContextAwareInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Route.php Merge branch '3.4' into 4.1 2018-10-02 14:40:59 +02:00
RouteCollection.php Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
RouteCollectionBuilder.php Merge branch '4.1' 2018-09-02 18:48:09 +01:00
RouteCompiler.php Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
RouteCompilerInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Router.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +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