class RouteAware 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
Hierarchy
- class \Symfony\Cmf\Component\Routing\Tests\Routing\RouteAware implements RouteReferrersReadInterface
Expanded class hierarchy of RouteAware
File
- vendor/
symfony-cmf/ routing/ Tests/ Routing/ ContentAwareGeneratorTest.php, line 451
Namespace
Symfony\Cmf\Component\Routing\Tests\RoutingView source
class RouteAware implements RouteReferrersReadInterface {
public function getRoutes() {
return array();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RouteAware:: |
public | function |
Get the routes that point to this content. Overrides RouteReferrersReadInterface:: |