name: CompilerPassInterface class_comment: null dependencies: - name: ContainerBuilder type: class source: Symfony\Component\DependencyInjection\ContainerBuilder properties: [] methods: - name: process visibility: public parameters: - name: container comment: '# * Interface that must be implemented by compilation passes. # * # * @author Johannes M. Schmitt # */ # interface CompilerPassInterface # { # /** # * You can modify the container here before it is dumped to PHP code. # * # * @return void' traits: - Symfony\Component\DependencyInjection\ContainerBuilder interfaces: []