You are here

public function RouteReferrersInterface::addRoute in Zircon Profile 8

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

Add a route to the collection.

Parameters

Route $route:

File

vendor/symfony-cmf/routing/RouteReferrersInterface.php, line 27

Class

RouteReferrersInterface
Interface to be implemented by content that exposes editable route referrers.

Namespace

Symfony\Cmf\Component\Routing

Code

public function addRoute($route);