
| Current Path : /var/www/html/store1/web/core/modules/system/tests/modules/autowire_test/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store1/web/core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
services:
# Multiple services that implements TestInjectionInterface.
# These are marked private, because they are only intended to be used as
# dependencies injected into other services.
Drupal\autowire_test\TestInjection:
public: false
Drupal\autowire_test\TestInjection2:
public: false
# An alias that specifies which service to use by default for arguments that
# type-hint to the interface.
# This is marked private, because it is only intended to be used as a
# dependency injected into other services.
Drupal\autowire_test\TestInjectionInterface:
alias: 'Drupal\autowire_test\TestInjection'
public: false
# A service that tests autowiring for two constructor arguments:
# - One type-hinted to TestInjectionInterface.
# - One type-hinted to TestInjection2.
Drupal\autowire_test\TestService:
autowire: true