platform/api/symfony/Component/HttpKernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.yaml

26 lines
714 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: RemoveEmptyControllerArgumentLocatorsPass
class_comment: '# * Removes empty service-locators registered for ServiceValueResolver.
# *
# * @author Nicolas Grekas <p@tchwork.com>'
dependencies:
- name: CompilerPassInterface
type: class
source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
properties: []
methods:
- name: process
visibility: public
parameters:
- name: container
comment: null
traits:
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- Symfony\Component\DependencyInjection\ContainerBuilder
interfaces:
- CompilerPassInterface