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
2020-03-25 13:02:26 +01:00
..
Annotation Fix CS 2020-02-04 09:04:52 +01:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Generator [Routing] revert the return type for UrlGeneratorInterface::generate to remove null 2019-11-08 17:25:00 +00:00
Loader Fix more quotes in exception messages 2020-03-16 16:51:59 +01:00
Matcher Fixed some typos 2020-03-25 13:02:26 +01:00
Tests Fixed some typos 2020-03-25 13:02:26 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md use behavior instead of behaviour 2019-03-25 08:48:46 +01:00
CompiledRoute.php switched array() to [] 2019-01-16 10:39:14 +01:00
composer.json removed suggestion 2019-03-04 09:36:25 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
RequestContext.php more robust initialization from request 2019-11-28 09:59:10 +01:00
RequestContextAwareInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Route.php Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
RouteCollection.php switched array() to [] 2019-01-16 10:39:14 +01:00
RouteCollectionBuilder.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
RouteCompiler.php Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
RouteCompilerInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Router.php [Routing] Fix return type declarations 2019-08-26 09:50:50 +02:00
RouterInterface.php [Routing] added a warning about the getRouteCollection() method 2019-08-04 04:46:49 +02:00

Routing Component

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

Resources