class TestInjection
Same name in this branch
- 10 core/modules/system/tests/modules/autowire_test/src/TestInjection.php \Drupal\autowire_test\TestInjection
Same name in other branches
- 9 core/modules/system/tests/modules/services_defaults_test/src/TestInjection.php \Drupal\services_defaults_test\TestInjection
- 9 core/modules/system/tests/modules/autowire_test/src/TestInjection.php \Drupal\autowire_test\TestInjection
- 11.x core/modules/system/tests/modules/services_defaults_test/src/TestInjection.php \Drupal\services_defaults_test\TestInjection
- 11.x core/modules/system/tests/modules/autowire_test/src/TestInjection.php \Drupal\autowire_test\TestInjection
A service that is injected via default autowiring.
Hierarchy
- class \Drupal\services_defaults_test\TestInjection implements \Drupal\services_defaults_test\TestInjectionInterface
Expanded class hierarchy of TestInjection
1 string reference to 'TestInjection'
- services_defaults_test.services.yml in core/
modules/ system/ tests/ modules/ services_defaults_test/ services_defaults_test.services.yml - core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml
1 service uses TestInjection
- services_default_test.no_autowire.arg in core/
modules/ system/ tests/ modules/ services_defaults_test/ services_defaults_test.services.yml - Drupal\services_defaults_test\TestInjection
File
-
core/
modules/ system/ tests/ modules/ services_defaults_test/ src/ TestInjection.php, line 8
Namespace
Drupal\services_defaults_testView source
class TestInjection implements TestInjectionInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.