services:
service_container:
class: Symfony\Component\DependencyInjection\ContainerInterface
public: true
synthetic: true
foo:
class: App\FooService
Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo:
class: Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo
tags:
- { name: tag, k: v }
lazy: true
properties: { p: 1 }
calls:
- [setFoo, ['@foo']]
shared: false
configurator: c