ChainedRouterInterface |
vendor/symfony-cmf/routing/ChainedRouterInterface.php |
Interface to combine the VersatileGeneratorInterface with the RouterInterface. |
ChainRouteCollection |
vendor/symfony-cmf/routing/ChainRouteCollection.php |
|
ChainRouter |
vendor/symfony-cmf/routing/ChainRouter.php |
The ChainRouter allows to combine several routers to try in a defined order. |
ChainRouterInterface |
vendor/symfony-cmf/routing/ChainRouterInterface.php |
Interface for a router that proxies routing to other routers. |
ContentAwareGenerator |
vendor/symfony-cmf/routing/ContentAwareGenerator.php |
A generator that tries to generate routes from object, route names or
content objects or names. |
ContentRepositoryInterface |
vendor/symfony-cmf/routing/ContentRepositoryInterface.php |
Interface used by the DynamicRouter to retrieve content by it's id when
generating routes from content-id. |
DynamicRouter |
vendor/symfony-cmf/routing/DynamicRouter.php |
A flexible router accepting matcher and generator through injection and
using the RouteEnhancer concept to generate additional data on the routes. |
LazyRouteCollection |
vendor/symfony-cmf/routing/LazyRouteCollection.php |
|
LazyRouteCollectionTest |
vendor/symfony-cmf/routing/Tests/Routing/LazyRouteCollectionTest.php |
Tests the lazy route collection. |
PagedRouteCollection |
vendor/symfony-cmf/routing/PagedRouteCollection.php |
Provides a route collection which avoids having all routes in memory. |
PagedRouteCollectionTest |
vendor/symfony-cmf/routing/Tests/Routing/PagedRouteCollectionTest.php |
Tests the page route collection. |
PagedRouteProviderInterface |
vendor/symfony-cmf/routing/PagedRouteProviderInterface.php |
Interface for a provider which allows to retrieve a limited amount of routes. |
ProviderBasedGenerator |
vendor/symfony-cmf/routing/ProviderBasedGenerator.php |
A Generator that uses a RouteProvider rather than a RouteCollection |
RedirectRouteInterface |
vendor/symfony-cmf/routing/RedirectRouteInterface.php |
Document for redirection entries with the RedirectController. |
RouteObjectInterface |
vendor/symfony-cmf/routing/RouteObjectInterface.php |
Classes for entries in the routing table may implement this interface in
addition to extending Symfony\Component\Routing\Route. |
RouteProviderInterface |
vendor/symfony-cmf/routing/RouteProviderInterface.php |
Interface for the route provider the DynamicRouter is using. |
RouteReferrersInterface |
vendor/symfony-cmf/routing/RouteReferrersInterface.php |
Interface to be implemented by content that exposes editable route
referrers. |
RouteReferrersReadInterface |
vendor/symfony-cmf/routing/RouteReferrersReadInterface.php |
Interface to be implemented by content that wants to be support route generation
from content with the DynamicRouter by providing the routes that point to it. |
VersatileGeneratorInterface |
vendor/symfony-cmf/routing/VersatileGeneratorInterface.php |
This generator is able to handle more than string route names as symfony
core supports them. |