You are here

public function ChainRouterInterface::all in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Routing

Code

public function all();