platform/api/symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.yaml
2024-09-02 10:44:11 -07:00

42 lines
1.1 KiB
YAML

name: ResolveReferencesToAliasesPass
class_comment: '# * Replaces all references to aliases with references to the actual
service.
# *
# * @author Johannes M. Schmitt <schmittjoh@gmail.com>'
dependencies:
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: ServiceCircularReferenceException
type: class
source: Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
- name: Reference
type: class
source: Symfony\Component\DependencyInjection\Reference
properties: []
methods:
- name: process
visibility: public
parameters:
- name: container
comment: null
- name: processValue
visibility: protected
parameters:
- name: value
- name: isRoot
default: 'false'
comment: null
- name: getDefinitionId
visibility: private
parameters:
- name: id
- name: container
comment: null
traits:
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
- Symfony\Component\DependencyInjection\Reference
interfaces: []