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.
Please login to continue.