This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services28.yml

35 lines
572 B
YAML
Raw Normal View History

services:
_defaults:
public: false
autowire: true
tags:
- name: foo
2017-01-09 11:25:00 +00:00
Acme\Foo: ~
with_defaults:
class: Foo
with_null:
class: Foo
public: true
autowire: ~
no_defaults:
class: Foo
public: true
autowire: false
tags: []
with_defaults_aliased:
alias: with_defaults
with_defaults_aliased_short: '@with_defaults'
Acme\WithShortCutArgs: [foo]
child_def:
parent: with_defaults
public: true
autowire: false