43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
|
name: FragmentRendererPass
|
||
|
class_comment: '# * Adds services tagged kernel.fragment_renderer as HTTP content
|
||
|
rendering strategies.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
||
|
dependencies:
|
||
|
- name: CompilerPassInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
||
|
- name: ServiceLocatorTagPass
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass
|
||
|
- name: ContainerBuilder
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- name: InvalidArgumentException
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
||
|
- name: Reference
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Reference
|
||
|
- name: FragmentRendererInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: process
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: container
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
||
|
- Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass
|
||
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
||
|
- Symfony\Component\DependencyInjection\Reference
|
||
|
- Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface
|
||
|
interfaces:
|
||
|
- CompilerPassInterface
|