You are here

class RouteAware 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

Hierarchy

Expanded class hierarchy of RouteAware

File

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

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing
View source
class RouteAware implements RouteReferrersReadInterface {
  public function getRoutes() {
    return array();
  }

}

Members

Namesort descending Modifiers Type Description Overrides
RouteAware::getRoutes public function Get the routes that point to this content. Overrides RouteReferrersReadInterface::getRoutes