71 lines
2.2 KiB
YAML
71 lines
2.2 KiB
YAML
name: FormPass
|
|
class_comment: '# * Adds all services with the tags "form.type", "form.type_extension"
|
|
and
|
|
|
|
# * "form.type_guesser" as arguments of the "form.extension" service.
|
|
|
|
# *
|
|
|
|
# * @author Bernhard Schussek <bschussek@gmail.com>'
|
|
dependencies:
|
|
- name: ArgumentInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Argument\ArgumentInterface
|
|
- 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: ServiceLocatorTagPass
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass
|
|
- name: ContainerBuilder
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
|
- name: Reference
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Reference
|
|
- name: PriorityTaggedServiceTrait
|
|
type: class
|
|
source: PriorityTaggedServiceTrait
|
|
properties: []
|
|
methods:
|
|
- name: process
|
|
visibility: public
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
- name: processFormTypes
|
|
visibility: private
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
- name: processFormTypeExtensions
|
|
visibility: private
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
- name: processFormTypeGuessers
|
|
visibility: private
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\DependencyInjection\Argument\ArgumentInterface
|
|
- Symfony\Component\DependencyInjection\Argument\IteratorArgument
|
|
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
|
- Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait
|
|
- Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass
|
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
|
- Symfony\Component\DependencyInjection\Reference
|
|
- PriorityTaggedServiceTrait
|
|
interfaces:
|
|
- CompilerPassInterface
|