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
Christian Flothmann 3007e36a5c Merge branch '4.1' into 4.2
* 4.1:
  Fix: Adjust DocBlock
  \"ParserTest->getParserTestData()\" -> only some more tests
  access the container getting it from the kernel
  [Lock] Pedantic improvements for lock
  [EventDispatcher] Fixed phpdoc on interface
  update year in license files
  [Console] Fix help text for single command applications
  Fix random test failure on lock
  improve error message when using test client without the BrowserKit component
  [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset.
  Fixed minor typos
  Fix: Method can also return null
  [Stopwatch] Fixed phpdoc for category name
2019-01-03 10:07:35 +01: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 Merge branch '4.1' 2018-11-15 13:17:10 +01:00
Loader Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01:00
Matcher [Routing] minor fix or previous PR 2018-12-17 14:44:21 +01:00
Tests [Routing] minor fix or previous PR 2018-12-17 14:44:21 +01: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 update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01: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-11-20 16:57:17 +01: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