platform/api/symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.yaml

24 lines
521 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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