Symfony2 API
Class

Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ProfilerPass

class ProfilerPass implements CompilerPassInterface

Adds tagged data_collector services to profiler 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