53 lines
1.8 KiB
YAML
53 lines
1.8 KiB
YAML
name: AddSecurityVotersPass
|
|
class_comment: '# * Adds all configured security voters to the access decision manager.
|
|
|
|
# *
|
|
|
|
# * @author Johannes M. Schmitt <schmittjoh@gmail.com>'
|
|
dependencies:
|
|
- name: IteratorArgument
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Argument\IteratorArgument
|
|
- name: CompilerPassInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
|
- name: PriorityTaggedServiceTrait
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait
|
|
- name: ContainerBuilder
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- name: LogicException
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Exception\LogicException
|
|
- name: Reference
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Reference
|
|
- name: TraceableVoter
|
|
type: class
|
|
source: Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
|
|
- name: VoterInterface
|
|
type: class
|
|
source: Symfony\Component\Security\Core\Authorization\Voter\VoterInterface
|
|
- name: PriorityTaggedServiceTrait
|
|
type: class
|
|
source: PriorityTaggedServiceTrait
|
|
properties: []
|
|
methods:
|
|
- name: process
|
|
visibility: public
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\DependencyInjection\Argument\IteratorArgument
|
|
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
|
- Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait
|
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- Symfony\Component\DependencyInjection\Exception\LogicException
|
|
- Symfony\Component\DependencyInjection\Reference
|
|
- Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
|
|
- Symfony\Component\Security\Core\Authorization\Voter\VoterInterface
|
|
- PriorityTaggedServiceTrait
|
|
interfaces:
|
|
- CompilerPassInterface
|