ContainerBuilderDebugDumpPass
in package
implements
CompilerPassInterface
Dumps the ContainerBuilder to a cache file so that it can be used by debugging tools such as the debug:container console command.
Tags
Interfaces, Classes and Traits
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder