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

33 lines
1.1 KiB
YAML

name: MakeFirewallsEventDispatcherTraceablePass
class_comment: '# * @author Mathieu Lechat <mathieu.lechat@les-tilleuls.coop>'
dependencies:
- name: CompilerPassInterface
type: class
source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: ContainerInterface
type: class
source: Symfony\Component\DependencyInjection\ContainerInterface
- name: Reference
type: class
source: Symfony\Component\DependencyInjection\Reference
- name: TraceableEventDispatcher
type: class
source: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher
properties: []
methods:
- name: process
visibility: public
parameters:
- name: container
comment: null
traits:
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\ContainerInterface
- Symfony\Component\DependencyInjection\Reference
- Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher
interfaces:
- CompilerPassInterface