You are here

public function RouteReferrersInterface::removeRoute in Zircon Profile 8.0

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

Remove a route from the collection.

Parameters

Route $route:

File

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

Class

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

Namespace

Symfony\Cmf\Component\Routing

Code

public function removeRoute($route);