symfony / 3.1 / symfony / component / dependencyinjection / compiler / resolvedefinitiontemplatespass.html

ResolveDefinitionTemplatesPass

class ResolveDefinitionTemplatesPass implements CompilerPassInterface

This replaces all DefinitionDecorator instances with their equivalent fully merged Definition instance.

Methods

process(ContainerBuilder $container)

Process the ContainerBuilder to replace DefinitionDecorator instances with their real Definition instances.

Details

process(ContainerBuilder $container)

Process the ContainerBuilder to replace DefinitionDecorator instances with their real Definition instances.

Parameters

ContainerBuilder $container