name: ResolveReferencesToAliasesPass class_comment: '# * Replaces all references to aliases with references to the actual service. # * # * @author Johannes M. Schmitt ' 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: []