platform/api/symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.yaml
2024-09-02 10:44:11 -07:00

38 lines
1.1 KiB
YAML

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