tikiwiki/packages/tiki-pkg-tikimanager/symfony/dependency-injection/Tests/Fixtures/yaml/services_instanceof.yml
2023-11-20 20:52:04 +00:00

14 lines
450 B
YAML
Executable File

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'