TestInjection2.php
Same filename in this branch
Same filename in other branches
- 9 core/modules/system/tests/modules/services_defaults_test/src/TestInjection2.php
- 9 core/modules/system/tests/modules/autowire_test/src/TestInjection2.php
- 10 core/modules/system/tests/modules/services_defaults_test/src/TestInjection2.php
- 10 core/modules/system/tests/modules/autowire_test/src/TestInjection2.php
Namespace
Drupal\autowire_testFile
-
core/
modules/ system/ tests/ modules/ autowire_test/ src/ TestInjection2.php
View source
<?php
declare (strict_types=1);
namespace Drupal\autowire_test;
/**
* A service that is autowired.
*/
class TestInjection2 {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TestInjection2 | A service that is autowired. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.