tikiwiki/packages/tiki-pkg-tikimanager/symfony/dependency-injection/Tests/Fixtures/yaml/services_instanceof.yml

14 lines
450 B
YAML
Raw Normal View History

2023-11-20 21:52:04 +01:00
services:
_instanceof:
Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface:
autowire: true
lazy: true
tags:
- { name: foo }
- { name: bar }
Symfony\Component\DependencyInjection\Tests\Fixtures\Bar:
public: true
Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface: '@Symfony\Component\DependencyInjection\Tests\Fixtures\Bar'