|
45 | 45 | <argument type="collection" />
|
46 | 46 | </service>
|
47 | 47 |
|
48 |
| - <service id="twig.loader.filesystem" class="Symfony\Bundle\TwigBundle\Loader\FilesystemLoader" public="false"> |
49 |
| - <argument type="service" id="templating.locator" /> |
50 |
| - <argument type="service" id="templating.name_parser" /> |
51 |
| - <tag name="twig.loader"/> |
52 |
| - </service> |
53 |
| - |
54 | 48 | <service id="twig.loader.chain" class="Twig_Loader_Chain" public="false"/>
|
55 | 49 |
|
56 | 50 | <service id="twig.loader" alias="twig.loader.filesystem" />
|
57 | 51 |
|
58 |
| - <service id="templating.engine.twig" class="Symfony\Bundle\TwigBundle\TwigEngine" public="false"> |
59 |
| - <argument type="service" id="twig" /> |
60 |
| - <argument type="service" id="templating.name_parser" /> |
61 |
| - <argument type="service" id="templating.locator" /> |
62 |
| - </service> |
63 |
| - |
64 | 52 | <service id="twig.extension.profiler" class="Symfony\Bridge\Twig\Extension\ProfilerExtension" public="false">
|
65 | 53 | <argument type="service" id="twig.profile" />
|
66 | 54 | <argument type="service" id="debug.stopwatch" on-invalid="null" />
|
|
115 | 103 | <argument type="service" id="router.request_context" on-invalid="ignore" />
|
116 | 104 | </service>
|
117 | 105 |
|
118 |
| - <service id="twig.extension.form" class="Symfony\Bridge\Twig\Extension\FormExtension" public="false"> |
119 |
| - <argument type="service" id="twig.form.renderer" /> |
120 |
| - </service> |
121 |
| - |
122 | 106 | <service id="twig.extension.debug" class="Twig_Extension_Debug" public="false" />
|
123 | 107 |
|
124 |
| - <service id="twig.form.engine" class="Symfony\Bridge\Twig\Form\TwigRendererEngine" public="false"> |
125 |
| - <argument>%twig.form.resources%</argument> |
126 |
| - </service> |
127 |
| - |
128 |
| - <service id="twig.form.renderer" class="Symfony\Bridge\Twig\Form\TwigRenderer" public="false"> |
129 |
| - <argument type="service" id="twig.form.engine" /> |
130 |
| - <argument type="service" id="security.csrf.token_manager" on-invalid="null" /> |
131 |
| - </service> |
132 |
| - |
133 | 108 | <service id="twig.translation.extractor" class="Symfony\Bridge\Twig\Translation\TwigExtractor">
|
134 | 109 | <argument type="service" id="twig" />
| <
3E96
/tr>
135 | 110 | <tag name="translation.extractor" alias="twig" />
|
|
0 commit comments