31 lines
993 B
YAML
31 lines
993 B
YAML
|
name: WorkflowDebugPass
|
||
|
class_comment: "# * Adds all configured security voters to the access decision manager.\n\
|
||
|
# *\n# * @author Gr\xE9goire Pineau <lyrixx@lyrixx.info>"
|
||
|
dependencies:
|
||
|
- 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
|
||
|
- name: TraceableWorkflow
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\Debug\TraceableWorkflow
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: process
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: container
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
||
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- Symfony\Component\DependencyInjection\Reference
|
||
|
- Symfony\Component\Workflow\Debug\TraceableWorkflow
|
||
|
interfaces:
|
||
|
- CompilerPassInterface
|