Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / services_tsantos.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
3   <services>
4     <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
5     <service id="tsantos_serializer" class="TSantos\Serializer\EventEmitterSerializer" public="true">
6       <argument type="service">
7         <service class="TSantos\Serializer\Encoder\JsonEncoder" public="false">
8           <tag name="tsantos_serializer.encoder" format="json"/>
9         </service>
10       </argument>
11       <argument type="service">
12         <service class="TSantos\Serializer\NormalizerRegistry" public="false">
13           <call method="add">
14             <argument type="service">
15               <service class="TSantos\Serializer\Normalizer\ObjectNormalizer" public="false">
16                 <tag name="tsantos_serializer.normalizer" priority="-800"/>
17                 <argument type="service">
18                   <service class="TSantos\SerializerBundle\Serializer\CircularReferenceHandler" public="false"/>
19                 </argument>
20               </service>
21             </argument>
22           </call>
23           <call method="add">
24             <argument type="service">
25               <service class="TSantos\Serializer\Normalizer\CollectionNormalizer" public="false">
26                 <tag name="tsantos_serializer.normalizer" priority="-900"/>
27                 <call method="setSerializer">
28                   <argument type="service" id="tsantos_serializer"/>
29                 </call>
30               </service>
31             </argument>
32           </call>
33           <call method="add">
34             <argument type="service">
35               <service class="TSantos\Serializer\Normalizer\JsonNormalizer" public="false">
36                 <tag name="tsantos_serializer.normalizer" priority="-1000"/>
37                 <call method="setSerializer">
38                   <argument type="service" id="tsantos_serializer"/>
39                 </call>
40               </service>
41             </argument>
42           </call>
43         </service>
44       </argument>
45       <argument type="service">
46         <service class="TSantos\Serializer\EventDispatcher\EventDispatcher" public="false">
47           <call method="addSubscriber">
48             <argument type="service">
49               <service class="TSantos\SerializerBundle\EventListener\StopwatchListener" public="false">
50                 <tag name="tsantos_serializer.event_subscriber"/>
51                 <argument type="service">
52                   <service class="Symfony\Component\Stopwatch\Stopwatch" public="false">
53                     <tag name="kernel.reset" method="reset"/>
54                     <argument>true</argument>
55                   </service>
56                 </argument>
57               </service>
58             </argument>
59           </call>
60         </service>
61       </argument>
62     </service>
63     <service id="TSantos\Serializer\SerializerInterface" alias="tsantos_serializer" public="true"/>
64   </services>
65 </container>