public function RouteAware::getRoutes in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Symfony\Cmf\Component\Routing\Tests\RoutingCode
public function getRoutes() {
return array();
}