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.
Expanded class hierarchy of RouteProviderInterface
All classes that implement RouteProviderInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RouteProviderInterface:: |
public | function | Find the route using the provided route name (and parameters) | 2 |
RouteProviderInterface:: |
public | function | Finds routes that may potentially match the request. | 2 |
RouteProviderInterface:: |
public | function | Find many routes by their names using the provided list of names | 2 |