public function ChainRouterInterface::all in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony-cmf/routing/ChainRouterInterface.php \Symfony\Cmf\Component\Routing\ChainRouterInterface::all()
Sorts the routers and flattens them.
Return value
RouterInterface[] or RequestMatcherInterface and UrlGeneratorInterface.
1 method overrides ChainRouterInterface::all()
- ChainRouter::all in vendor/
symfony-cmf/ routing/ ChainRouter.php - Sorts the routers and flattens them.
File
- vendor/
symfony-cmf/ routing/ ChainRouterInterface.php, line 38
Class
- ChainRouterInterface
- Interface for a router that proxies routing to other routers.
Namespace
Symfony\Cmf\Component\RoutingCode
public function all();