You are here

public function RouteReferrersReadInterface::getRoutes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/RouteReferrersReadInterface.php \Symfony\Cmf\Component\Routing\RouteReferrersReadInterface::getRoutes()

Get the routes that point to this content.

Return value

Route[] Route instances that point to this content

1 method overrides RouteReferrersReadInterface::getRoutes()
RouteAware::getRoutes in vendor/symfony-cmf/routing/Tests/Routing/ContentAwareGeneratorTest.php
Get the routes that point to this content.

File

vendor/symfony-cmf/routing/RouteReferrersReadInterface.php, line 27

Class

RouteReferrersReadInterface
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.

Namespace

Symfony\Cmf\Component\Routing

Code

public function getRoutes();