api/symfony/Component/HttpKernel/DependencyInjection/RegisterLocaleAwareServicesPass.yaml
2024-09-26 02:03:21 -07:00

34 lines
1 KiB
YAML

name: RegisterLocaleAwareServicesPass
class_comment: '# * Register all services that have the "kernel.locale_aware" tag
into the listener.
# *
# * @author Pierre Bobiet <pierrebobiet@gmail.com>'
dependencies:
- name: IteratorArgument
type: class
source: Symfony\Component\DependencyInjection\Argument\IteratorArgument
- 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\Argument\IteratorArgument
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Reference
interfaces:
- CompilerPassInterface