name: ContainerBuilderDebugDumpPass
class_comment: '# * Dumps the ContainerBuilder to a cache file so that it can be used
  by

  # * debugging tools such as the debug:container console command.

  # *

  # * @author Ryan Weaver <ryan@thatsquality.com>

  # * @author Fabien Potencier <fabien@symfony.com>'
dependencies:
- name: ConfigCache
  type: class
  source: Symfony\Component\Config\ConfigCache
- name: CompilerPassInterface
  type: class
  source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- name: ContainerBuilder
  type: class
  source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: XmlDumper
  type: class
  source: Symfony\Component\DependencyInjection\Dumper\XmlDumper
properties: []
methods:
- name: process
  visibility: public
  parameters:
  - name: container
  comment: null
traits:
- Symfony\Component\Config\ConfigCache
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Dumper\XmlDumper
interfaces:
- CompilerPassInterface