Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services_bindings.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_bindings.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_bindings.yml
new file mode 100644 (file)
index 0000000..48ad040
--- /dev/null
@@ -0,0 +1,16 @@
+services:
+    _defaults:
+        bind:
+            NonExistent: ~
+            $quz: quz
+            $factory: factory
+
+    bar:
+        class: Symfony\Component\DependencyInjection\Tests\Fixtures\Bar
+        autowire: true
+        bind:
+            Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface: '@Symfony\Component\DependencyInjection\Tests\Fixtures\Bar'
+            $foo: [ ~ ]
+
+    Symfony\Component\DependencyInjection\Tests\Fixtures\Bar:
+        factory: [ ~, 'create' ]