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