Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services24.yml
index 1894077e4b42f5469f6a96b02f7b5b5528008bbc..f59354e3e250936bdecae700e89b72f6d6c54461 100644 (file)
@@ -1,8 +1,16 @@
 
 services:
+    service_container:
+        class: Symfony\Component\DependencyInjection\ContainerInterface
+        public: true
+        synthetic: true
     foo:
         class: Foo
+        public: true
         autowire: true
-        autowiring_types:
-            - A
-            - B
+    Psr\Container\ContainerInterface:
+        alias: service_container
+        public: false
+    Symfony\Component\DependencyInjection\ContainerInterface:
+        alias: service_container
+        public: false