You are here

public function RouteAware::getRoutes in Zircon Profile 8

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

Get the routes that point to this content.

Return value

Route[] Route instances that point to this content

Overrides RouteReferrersReadInterface::getRoutes

File

vendor/symfony-cmf/routing/Tests/Routing/ContentAwareGeneratorTest.php, line 453

Class

RouteAware

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing

Code

public function getRoutes() {
  return array();
}