namespace Symfony\Cmf\Component\Routing

Classsort descending Location Description
ChainedRouterInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainedRouterInterface.php Interface to combine the VersatileGeneratorInterface with the RouterInterface
ChainRouter drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php ChainRouter
ContentAwareGenerator drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php A generator that tries to generate routes from object, route names or content objects or names.
ContentRepositoryInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentRepositoryInterface.php Interface used by the DynamicRouter to retrieve content by it's id when generating routes from content-id.
DynamicRouter drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php A flexible router accepting matcher and generator through injection and using the RouteEnhancer concept to generate additional data on the routes.
ProviderBasedGenerator drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ProviderBasedGenerator.php A Generator that uses a RouteProvider rather than a RouteCollection
RedirectRouteInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php Document for redirection entries with the RedirectController.
RouteAwareInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteAwareInterface.php Interface to be implemented by content that wants to be compatible with the DynamicRouter
RouteObjectInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php Classes for entries in the routing table may implement this interface in addition to extending Symfony\Component\Routing\Route.
RouteProviderInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php Interface for the route provider the DynamicRouter is using.
VersatileGeneratorInterface drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/VersatileGeneratorInterface.php This generator is able to handle more than string route names as symfony core supports them.