namespace Symfony\Component\Routing

Classsort descending Location Description
CompiledRoute drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php CompiledRoutes are returned by the RouteCompiler class.
RequestContext drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php Holds information about the current request.
RequestContextAwareInterface drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContextAwareInterface.php @api
Route drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php A Route describes a route and its parameters.
RouteCollection drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php A RouteCollection represents a set of Route instances.
RouteCompiler drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php RouteCompiler compiles Route instances to CompiledRoute instances.
RouteCompilerInterface drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompilerInterface.php RouteCompilerInterface is the interface that all RouteCompiler classes must implement.
Router drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php The Router class is an example of the integration of all pieces of the routing system for easier use.
RouterInterface drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php RouterInterface is the interface that all Router classes must implement.