Expanded class hierarchy of DisplayRouterInterface
All classes that implement DisplayRouterInterface
interface DisplayRouterInterface {
/**
* Adds the route entry of a view to the collection.
*
* @param \Symfony\Component\Routing\RouteCollection $collection
* A collection of routes that should be registered for this resource.
*/
public function collectRoutes(RouteCollection $collection);
}|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
DisplayRouterInterface:: |
public | function | Adds the route entry of a view to the collection. | 1 |