interface RouteProviderInterface

Interface for the route provider the DynamicRouter is using.

Typically this could be a doctrine orm or odm repository, but you can implement something else if you need to.

Hierarchy

Expanded class hierarchy of RouteProviderInterface

All classes that implement RouteProviderInterface

6 files declare their use of RouteProviderInterface

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php, line 13

Namespace

Symfony\Cmf\Component\Routing
View source

Members

Namesort descending Modifiers Type Description Overrides
RouteProviderInterface::getRouteByName public function Find the route using the provided route name (and parameters) 2
RouteProviderInterface::getRouteCollectionForRequest public function Finds routes that may potentially match the request. 2
RouteProviderInterface::getRoutesByNames public function Find many routes by their names using the provided list of names 2