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 |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.html