public function RouteReferrersInterface::addRoute in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\RoutingCode
public function addRoute($route);