class FragmentRendererPass implements CompilerPassInterface
deprecated
since version 2.7, to be removed in 3.0. Use Symfony\Component\HttpKernel\DependencyInjection\FragmentRendererPass instead.
Adds services tagged kernel.fragment_renderer as HTTP content rendering strategies.
Methods
process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. |
Details
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
Please login to continue.