Symfony2 API
Class

Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RoutingResolverPass

class RoutingResolverPass implements CompilerPassInterface

Adds tagged routing.loader services to routing.resolver service

Methods

void process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

Details

at line 25
public void process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

Parameters

ContainerBuilder $container

Return Value

void