27 lines
819 B
YAML
27 lines
819 B
YAML
name: AddValidatorInitializersPass
|
|
class_comment: '# * @author Fabien Potencier <fabien@symfony.com>
|
|
|
|
# * @author Robin Chalas <robin.chalas@gmail.com>'
|
|
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
|
|
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
|
|
interfaces:
|
|
- CompilerPassInterface
|