Symfony2 API
Class

Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass

class InlineServiceDefinitionsPass implements RepeatablePassInterface

Inline service definitions where this is possible.

Methods

setRepeatedPass(RepeatedPass $repeatedPass)

Sets the RepeatedPass interface.

process(ContainerBuilder $container)

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

Details

at line 35
public setRepeatedPass(RepeatedPass $repeatedPass)

Sets the RepeatedPass interface.

Parameters

RepeatedPass $repeatedPass

at line 45
public process(ContainerBuilder $container)

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

Parameters

ContainerBuilder $container