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

23 lines
521 B
YAML

name: ExtensionCompilerPass
class_comment: '# * A pass to automatically process extensions if they implement
# * CompilerPassInterface.
# *
# * @author Wouter J <wouter@wouterj.nl>'
dependencies:
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
properties: []
methods:
- name: process
visibility: public
parameters:
- name: container
comment: null
traits:
- Symfony\Component\DependencyInjection\ContainerBuilder
interfaces:
- CompilerPassInterface