namespace Drupal\Core\Routing

Classsort descending Location Description
CompiledRoute drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php A compiled route contains derived information from a route object.
GeneratorNotInitializedException drupal/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php Class for exceptions thrown when the generator has not been initialized.
MatcherDumper drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps Route information to a database table.
MimeTypeMatcher drupal/core/lib/Drupal/Core/Routing/MimeTypeMatcher.php This class filters routes based on the media type in HTTP Accept headers.
NullGenerator drupal/core/lib/Drupal/Core/Routing/NullGenerator.php No-op implementation of a Url Generator, needed for backward compatibility.
PathBasedGeneratorInterface drupal/core/lib/Drupal/Core/Routing/PathBasedGeneratorInterface.php Defines an interface for generating a url from a path as opposed to a route.
RouteBuilder drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php Managing class for rebuilding the router table.
RouteBuilderStatic drupal/core/lib/Drupal/Core/Routing/RouteBuilderStatic.php This builds a static version of the router.
RouteBuildEvent drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php Represents route building information as event.
RouteCompiler drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php Compiler to generate derived information from a Route necessary for matching.
RouteProvider drupal/core/lib/Drupal/Core/Routing/RouteProvider.php A Route Provider front-end for all Drupal-stored routes.
RoutingEvents drupal/core/lib/Drupal/Core/Routing/RoutingEvents.php Contains all events thrown in the core routing component.
UrlGenerator drupal/core/lib/Drupal/Core/Routing/UrlGenerator.php A Generator creates URL strings based on a specified route.
UrlMatcher drupal/core/lib/Drupal/Core/Routing/UrlMatcher.php Drupal-specific URL Matcher; handles the Drupal "system path" mapping.