33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
name: DumpDataCollectorPass
|
|
class_comment: '# * Registers the file link format for the {@link \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector}.
|
|
|
|
# *
|
|
|
|
# * @author Christian Flothmann <christian.flothmann@xabbuh.de>'
|
|
dependencies:
|
|
- name: WebDebugToolbarListener
|
|
type: class
|
|
source: Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
|
|
- name: CompilerPassInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
|
- name: ContainerBuilder
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- name: Reference
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Reference
|
|
properties: []
|
|
methods:
|
|
- name: process
|
|
visibility: public
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
traits:
|
|
- Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
|
|
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- Symfony\Component\DependencyInjection\Reference
|
|
interfaces:
|
|
- CompilerPassInterface
|