class RouteAware

Hierarchy

Expanded class hierarchy of RouteAware

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php, line 370

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing
View source
class RouteAware implements RouteAwareInterface {
  public function getRoutes() {
    return array();
  }
  public function __toString() {
    return '/some/content';
  }

}

Members

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