You are here

public function RegisterRoutersPass::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRoutersPass.php \Symfony\Cmf\Component\Routing\DependencyInjection\Compiler\RegisterRoutersPass::__construct()

File

vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRoutersPass.php, line 34

Class

RegisterRoutersPass
Compiler pass to register routers to the ChainRouter.

Namespace

Symfony\Cmf\Component\Routing\DependencyInjection\Compiler

Code

public function __construct($chainRouterService = 'cmf_routing.router', $routerTag = 'router') {
  $this->chainRouterService = $chainRouterService;
  $this->routerTag = $routerTag;
}