TestInjection.php
Same filename in this branch
Same filename in other branches
- 9 core/modules/system/tests/modules/services_defaults_test/src/TestInjection.php
- 9 core/modules/system/tests/modules/autowire_test/src/TestInjection.php
- 11.x core/modules/system/tests/modules/services_defaults_test/src/TestInjection.php
- 11.x core/modules/system/tests/modules/autowire_test/src/TestInjection.php
Namespace
Drupal\services_defaults_testFile
-
core/
modules/ system/ tests/ modules/ services_defaults_test/ src/ TestInjection.php
View source
<?php
namespace Drupal\services_defaults_test;
/**
* A service that is injected via default autowiring.
*/
class TestInjection implements TestInjectionInterface {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TestInjection | A service that is injected via default autowiring. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.