Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / services8.xml
index b17e50043cd1bb1f9ea96025078ca3e72c648170..bc1186bd93ccf75fb3151f0515853163bc20de9d 100644 (file)
@@ -19,4 +19,9 @@
       <parameter type="string">null</parameter>
     </parameter>
   </parameters>
+  <services>
+    <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
+    <service id="Psr\Container\ContainerInterface" alias="service_container" public="false"/>
+    <service id="Symfony\Component\DependencyInjection\ContainerInterface" alias="service_container" public="false"/>
+  </services>
 </container>